Пример #1
0
 public void SetFiller(string filename)
 {
     filler = new Filler(points, fillImage: new Bitmap(filename));
 }
Пример #2
0
 public void UnSetFiller()
 {
     filler = null;
 }
Пример #3
0
 public void SetFiller(Color color)
 {
     filler = new Filler(points, fillColor: color);
 }