示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
 public void PaletteCopy(GD src)
 {
     GDImport.gdImagePaletteCopy(this.Handle, src.GetHandle().Handle);
 }