示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
 public void Rectangle(int x1, int y1, int x2, int y2, GDColor color)
 {
     GDImport.gdImageRectangle(this.Handle, x1, y1, x2, y2, color);
 }