Method CreateRotation
CreateRotation(double)
Creates a TransformMatrix with clockwise rotation of the specified angle about the origin.
public static TransformMatrix CreateRotation(double angle)
Parameters
angle
doubleThe angle of the clockwise rotation, in degrees.