示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
 public GDColor GetPixel(int x, int y)
 {
     return(new GDColor(GDImport.gdImageGetPixel(this.Handle, x, y)));
 }