Method ResizeImage
ResizeImage(uint, int, int)
Resize an image
Declaration
public void ResizeImage(uint image, int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | image | Image to be resize |
| int | width | New image width |
| int | height | New image height |