Click or drag to resize

RotateCommand Constructor (Double, Color)

Creates a new instance of RotateCommand specifying angle 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,
	Color backgroundColor
)

Parameters

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