Esempio n. 1
0
 public FillPolygon()
 {
     this.img = new Paths.ProcessorWatchingImage(10, 10);
 }
 public FillRectangle()
 {
     this.img = new Paths.ProcessorWatchingImage(10, 10);
 }
Esempio n. 3
0
 public FillPath()
 {
     this.img = new ProcessorWatchingImage(10, 10);
 }
Esempio n. 4
0
 public DrawPath()
 {
     this.img = new Paths.ProcessorWatchingImage(10, 10);
 }
 public DrawBeziersTests()
 {
     this.img = new Paths.ProcessorWatchingImage(10, 10);
 }
Esempio n. 6
0
 public FillShape()
 {
     this.img = new Paths.ProcessorWatchingImage(10, 10);
 }
Esempio n. 7
0
 public FillPathCollection()
 {
     this.pathCollection = new PathCollection(path1, path2);
     this.img            = new ProcessorWatchingImage(10, 10);
 }