Click or drag to resize

RotateCommand Constructor (Double)

Creates a new instance of RotateCommand specifying the angle.

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
)

Parameters

angle
Type: SystemDouble
The angle of rotation in degrees.
See Also