Method ResizeImage
ResizeImage(uint, int, int, ResizeFilterMethod)
Resize an image
Declaration
[HandleProcessCorruptedStateExceptions]
public void ResizeImage(uint image, int width, int height, ResizeFilterMethod filteringMethod = ResizeFilterMethod.DEFAULT)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | image | Image to be resize |
| int | width | New image width |
| int | height | New image height |
| ResizeFilterMethod | filteringMethod | Filtering method for image resizing |