RotateTransform

Pen.RotateTransform method (1 of 2)

Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation.

public void RotateTransform(float angle)
ParameterTypeDescription
angleSingleThe angle of rotation.

See Also


Pen.RotateTransform method (2 of 2)

Rotates the local geometric transformation by the specified angle in the specified order.

public void RotateTransform(float angle, MatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation.
orderMatrixOrderA MatrixOrder that specifies whether to append or prepend the rotation matrix.

See Also