Exemple #1
0
 void cutoutSheet(int left, int top, int right, int bottom) {
   _sheet.cutout(_ar.l + _c2s(left), _ar.t + _c2s(top), _ar.l + _c2s(right), _ar.t + _c2s(bottom));
 }