ImageDevice.Rotate

ImageDevice.Rotate method

Rotate the current transformation matrix 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
thetaDoubleAngle in radians over which to rotate.

See Also