FreeImage.NET Class Library Reference
FreeImageBitmapGetEnlargedInstance Method |
Overload List
Name | Description | |
---|---|---|
GetEnlargedInstanceT(Int32, Int32, Int32, Int32, NullableT) |
Enlarges or shrinks this FreeImageBitmap selectively per side and fills
newly added areas with the specified background color returning a new instance.
See EnlargeCanvasT(FIBITMAP, Int32, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS) for further details.
|
|
GetEnlargedInstanceT(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 returning a new instance.
See EnlargeCanvasT(FIBITMAP, Int32, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS) for further details.
|
See Also