FreeImageBitmap.Paste Method

FreeImage.NET

FreeImageBitmapPaste Method
Overload List
  Name Description
Public method Paste(FreeImageBitmap, Point, Int32)
Alpha blend or combine a sub part image with tthis FreeImageBitmap. The bit depth of bitmap must be greater than or equal to the bit depth this instance.
Public method Paste(FreeImageBitmap, Int32, Int32, Int32)
Alpha blend or combine a sub part image with this FreeImageBitmap. The bit depth of bitmap must be greater than or equal to the bit depth this instance.
Top
See Also