Rotate Constructor (Single)

Initializes a new instance of the Rotate class using the specified rotation angle.

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

Syntax

C#
public Rotate(
	float angle
)

Parameters

angle

Type: System.Single

The angle to rotate the image at (in degrees). You can change this value later using the Angle property.

See Also

Reference