Rotate(Single,TransformOrder) Method
In This Topic
Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
Syntax
'Declaration
Public Overloads Sub Rotate( _
ByVal As Single, _
ByVal As TransformOrder _
)
public void Rotate(
float ,
TransformOrder
)
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.
See Also