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 _
)
public void Rotate(
float
)
Parameters
- angle
- A float indicates the clockwise angle.
See Also