Rescales this FreeImageBitmap to the specified size using the
specified filter.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Rescale( int width, int height, FREE_IMAGE_FILTER filter ) |
Visual Basic (Declaration) |
---|
Public Function Rescale ( _ width As Integer, _ height As Integer, _ filter As FREE_IMAGE_FILTER _ ) As Boolean |
Visual C++ |
---|
public: bool Rescale( int width, int height, FREE_IMAGE_FILTER filter ) |
Parameters
- width
- Type: System..::.Int32
Width of the new FreeImageBitmap.
- height
- Type: System..::.Int32
Height of the new FreeImageBitmap.
- filter
- Type: FreeImageAPI..::.FREE_IMAGE_FILTER
Filter to use for resizing.