Path.Rotate Method

Rotates the path by the given angle.

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

Syntax

C#
public void Rotate(
	float angle
)

Parameters

angle

Type: System.Single

The value in radians by which the path is rotated.

See Also

Reference