Method Rotate
Rotate(double)
Applies a clockwise rotation of the specified angle (degrees) about the origin to this TransformMatrix.
public void Rotate(double angle)
Parameters
angle
doubleThe angle of the clockwise rotation, in degrees.
Applies a clockwise rotation of the specified angle (degrees) about the origin to this TransformMatrix.
public void Rotate(double angle)
angle
doubleThe angle of the clockwise rotation, in degrees.