Example #1
0
 public void Fill(int x, int y, GDColor color)
 {
     GDImport.gdImageFill(this.Handle, x, y, color);
 }