FreeImageBitmap.EnlargeCanvas Method

FreeImage.NET

FreeImageBitmapEnlargeCanvas Method
Overload List
  Name Description
Public method 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.
Public method 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.
Top
See Also