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