Click or drag to resize

RotateCommand Constructor (Double, InterpolationMode, Color)

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

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,
	Color backgroundColor
)

Parameters

angle
Type: SystemDouble
The angle of rotation in degrees.
interpolation
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
The interpolation used for rotation.
backgroundColor
Type: System.DrawingColor
The color of the background when angle is not a multiple of 90 degrees.
See Also