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

Rotate Constructor (Single)

Creates and initializes Rotate class instance. Rotation angle is specified here.

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

Syntax

Visual Basic
Public Sub New ( _
	angle As Single _
)
C#
public Rotate(
	float angle
)

Parameters

angle

Type: System.Single

An angle (in degrees) to rotate on. You can change it later via Angle property.

See Also

Reference