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