FreeImage.NET Class Library Reference
|
FreeImageBitmapPaste Method |
Overload List
| Name | Description | |
|---|---|---|
|
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.
|
|
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.
|
See Also