Graphics.RotateTransform

RotateTransform(float)

Applies the specified rotation to the transformation matrix of this Graphics.

public void RotateTransform(float angle)
ParameterTypeDescription
angleSingleAngle of rotation in degrees.

See Also


RotateTransform(float, MatrixOrder)

Applies the specified rotation to the transformation matrix of this Graphics in the specified order.

public void RotateTransform(float angle, MatrixOrder order)
ParameterTypeDescription
angleSingleAngle of rotation in degrees.
orderMatrixOrderMember of the MatrixOrder enumeration that specifies whether the rotation is appended or prepended to the matrix transformation.

See Also