Matrix.CreateRotate Method (Single, PointF)

Returns the affine Matrix of the rotation around the specified point transform.

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

Syntax

C#
public static Matrix CreateRotate(
	float angle,
	PointF point
)

Parameters

angle

Type: System.Single

The angle of the rotation (in degrees).
point

Type: System.Drawing.PointF

The center of the rotation.

Return Value

A Matrix of the rotation transform.

Remarks

The clockwise rotation is applied. Use negative angle value to rotate counter-clockwise.

See Also

Reference