예제 #1
0
파일: GD.cs 프로젝트: ststeiger/GdCaptcha
 public void PaletteCopy(GD src)
 {
     GDImport.gdImagePaletteCopy(this.Handle, src.GetHandle().Handle);
 }