Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Parameters
- left
- Type: System..::.Int32
The number of pixels, the image should be enlarged on its left side.
Negative values shrink the image on its left side.
- top
- Type: System..::.Int32
The number of pixels, the image should be enlarged on its top side.
Negative values shrink the image on its top side.
- right
- Type: System..::.Int32
The number of pixels, the image should be enlarged on its right side.
Negative values shrink the image on its right side.
- bottom
- Type: System..::.Int32
The number of pixels, the image should be enlarged on its bottom side.
Negative values shrink the image on its bottom side.
- color
- Type: System..::.Nullable<(Of <(T>)>)
The color, the enlarged sides of the image should be filled with.
- options
- Type: FreeImageAPI..::.FREE_IMAGE_COLOR_OPTIONS
Options that affect the color search process for palletized images.
Type Parameters
- T
- The type of the specified color.
Return Value
The enlarged instance.
Version Information
FreeImage.NET
Supported in: 3.13.0, 3.13.1
See Also