PdfDevice.Rotate

PdfDevice.Rotate method

Rotate the current transform over the Z-axis. Calls writeTransform(Transform). Rotating with a positive angle theta rotates points on the positive x axis toward the positive y axis.

public override void Rotate(double theta)
ParameterTypeDescription
thetaDoubleradians over which to rotate

See Also