예제 #1
0
파일: GD.cs 프로젝트: ststeiger/GdCaptcha
 public void DashedLine(int x1, int y1, int x2, int y2, GDColor color)
 {
     GDImport.gdImageDashedLine(this.Handle, x1, y1, x2, y2, color);
 }