Method Rotate
Rotate(float)
Applies a clockwise rotation of the specified angle (degrees) about the origin to this TransformMatrix.
public void Rotate(float angle)
Parameters
anglefloatThe 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(float angle)
angle floatThe angle of the clockwise rotation, in degrees.