This documentation is for the old version. Go to the latest Graphics Mill docs

Rotate.Angle Property

Gets/sets an angle (in degrees) to rotate on.

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

Syntax

Visual Basic
Public Property Angle As Single
C#
public float Angle { get; set; }

Property Value

An angle (in degrees) to rotate on.

Remarks

Image is rotated clockwise. To rotate it counter-clockwise, specify negative angle.

Default value is 0.

See Also

Reference