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