FreeImage.NET Class Library Reference
FreeImageBitmapEnlargeCanvas Method |
Overload List
Name | Description | |
---|---|---|
EnlargeCanvasT(Int32, Int32, Int32, Int32, NullableT) |
Enlarges or shrinks this FreeImageBitmap selectively per side and fills
newly added areas with the specified background color.
See EnlargeCanvasT(FIBITMAP, Int32, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS) for further details.
|
|
EnlargeCanvasT(Int32, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS) |
Enlarges or shrinks this FreeImageBitmap selectively per side and fills
newly added areas with the specified background color.
See EnlargeCanvasT(FIBITMAP, Int32, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS) for further details.
|
See Also