ShopToolsUtilResizeImage Method
Resize the image to the specified width and height.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static Bitmap ResizeImage(
Image image,
int width,
int height
)
Public Shared Function ResizeImage (
image As Image,
width As Integer,
height As Integer
) As Bitmap
No code example is currently available or this language may not be supported.
- image Image
-
The image to resize.
- width Int32
-
The width to resize to.
- height Int32
-
The height to resize to.
Bitmap
The resized image.