예제 #1
0
파일: GD.cs 프로젝트: ststeiger/GdCaptcha
 public void ColorTransparent(GDColor color)
 {
     GDImport.gdImageColorTransparent(this.Handle, color);
 }