Beispiel #1
0
 public void PaletteCopy(GD src)
 {
     GDImport.gdImagePaletteCopy(this.Handle, src.GetHandle().Handle);
 }