Ejemplo n.º 1
0
 public RectanglePrinting(string title, Controller controller, PageSettings pageSettings, float boxSize, PrintingCountKind countKind, int count)
     : base(title, controller, pageSettings, ColorModel.RGB)
 {
     this.boxSize   = boxSize;
     this.countKind = countKind;
     this.count     = count;
 }
Ejemplo n.º 2
0
 public RectanglePrinting(string title, Controller controller, PageSettings pageSettings, float boxSize, PrintingCountKind countKind, int count)
     : base(title, controller, pageSettings, ColorModel.RGB)
 {
     this.boxSize = boxSize;
     this.countKind = countKind;
     this.count = count;
 }