Rotate.Angle Property

Gets or sets an angle to rotate the image at.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Angle { get; set; }

Property Value

The angle to rotate the image at (in degrees). The default value is 0.

Remarks

If specified angle is 90, 180, or 270 degrees, a special algorithm which avoids floating-point calculations is used automatically, which yields to higher performance.

See Also

Reference