PdfDevice.Rotate

PdfDevice.Rotate method

Applies a clockwise rotation about the origin to the current transformation matrix.

public override void Rotate(double theta)
ParameterTypeDescription
thetaDoubleThe angle of the rotation, in radians.

See Also