In This Topic
Applies a rotation transformation.
Syntax
'Declaration
Public Function Rotate( _
ByVal As System.Single _
) As View
public View Rotate(
System.float
)
Parameters
- degrees
- Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
See Also