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