In This Topic
Rotates the object by the specified angle around the center of the object.
Syntax
'Declaration
Public Overloads Overridable Sub Rotate( _
ByVal As Single _
)
'Usage
Dim instance As LineShape
Dim angle As Single
instance.Rotate(angle)
public virtual void Rotate(
float
)
Parameters
- angle
- Angle to rotate the object
See Also