Méthode | Description | |
---|---|---|
GetIcon ( Image image, int sideLength ) : |
||
ResizeImage ( Image image, int width, int height ) : |
Resize the image to the specified width and height.
|
public static GetIcon ( Image image, int sideLength ) : |
||
image | Image | |
sideLength | int | |
Résultat |
public static ResizeImage ( Image image, int width, int height ) : |
||
image | Image | The image to resize. |
width | int | The width to resize to. |
height | int | The height to resize to. |
Résultat |