PsDocument.Rotate

Rotate(float)

Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).

public void Rotate(float angleRadians)
ParameterTypeDescription
angleRadiansSingleThe angle of rotation in radians.

See Also


Rotate(int)

Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).

public void Rotate(int angleDegrees)
ParameterTypeDescription
angleDegreesInt32The angle of rotation in degrees.

See Also