Click or drag to resize

ImageUtilitiesResizeImageByWidth Method

Resizes an image by its width.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static Bitmap ResizeImageByWidth(
	Image image,
	int width
)

Parameters

image
Type: System.DrawingImage
The image.
width
Type: SystemInt32
The width.

Return Value

Type: Bitmap
A resized bitmap instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionimage is null.
See Also