RotateTransform

MetafileRecorderGraphics2D.RotateTransform method (1 of 2)

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

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

See Also


MetafileRecorderGraphics2D.RotateTransform method (2 of 2)

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

public void RotateTransform(float angle, PointF center, MatrixOrder order)
ParameterTypeDescription
angleSingleAngle of rotation in degrees.
centerPointFThe rotating center.
orderMatrixOrderSpecifies whether the rotation is appended or prepended to the matrix transformation..

See Also