Example #1
0
 public GDColor GetPixel(int x, int y)
 {
     return(new GDColor(GDImport.gdImageGetPixel(this.Handle, x, y)));
 }