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

TransformsProvider.Rotate Method (Single)

Rotates an image at arbitrary angle.

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

Syntax

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

Parameters

angle

Type: System.Single

Angle to rotate image at (in degrees).

Remarks

You can also use Resize class to apply this transform. Besides, if you know that you will always rotate the image at 90, 180, or 270 degrees, you can use special optimized RotateAndFlip(RotateFlipType) method (or appropriate RotateAndFlip transform).

See Also

Reference