'Declaration
Public Overloads Sub Rotate( _ ByVal angle As Single, _ ByVal order As TransformOrder _ )
public void Rotate( float angle, TransformOrder order )
Parameters
- angle
- A float indicates the clockwise angle.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.