Click or drag to resize

ResampleCommand Constructor (Rectangle, Size, ResampleMethod)

Creates a new instance of ResampleCommand specifying sourceRect, destSize, and method.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ResampleCommand(
	Rectangle sourceRect,
	Size destSize,
	ResampleMethod method
)

Parameters

sourceRect
Type: System.DrawingRectangle
The rectangular region of the source image that will be resized.
destSize
Type: System.DrawingSize
The final size of the image.
method
Type: Atalasoft.Imaging.ImageProcessingResampleMethod
The resampling algorithm to apply.
See Also