Click or drag to resize

ImageUtilitiesResizeImageByHeight Method

Resizes an image by its height.

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

Parameters

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

Return Value

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