Ejemplo n.º 1
0
 public bool Paste(FreeImageBitmap src, Point location)
 {
     return(FreeImage.Paste(this.Dib, src.Dib, location.X, location.Y));
 }