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