Click or drag to resize

RotateCommand Constructor (Double, InterpolationMode)

Creates a new instance of RotateCommand specifying angle, and interpolation.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RotateCommand(
	double angle,
	InterpolationMode interpolation
)

Parameters

angle
Type: SystemDouble
The angle of rotation in degrees.
interpolation
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
The interpolation used for rotation.
See Also