Click or drag to resize

ImageUtilitiesResizeImage Method (Image, Image)

Resizes an image so it fits into a target image.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static void ResizeImage(
	Image source,
	Image target
)

Parameters

source
Type: System.DrawingImage
The source.
target
Type: System.DrawingImage
The target.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is null or target is null.
See Also