ShopToolsUtilResizeImage Method

Resize the image to the specified width and height.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static Bitmap ResizeImage(
	Image image,
	int width,
	int height
)

Parameters

image  Image
The image to resize.
width  Int32
The width to resize to.
height  Int32
The height to resize to.

Return Value

Bitmap
The resized image.

See Also