| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overridable Sub Rotate( _ ByVal rotationCenterPoint As Point, _ ByVal angle As Single _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual void Rotate( Point rotationCenterPoint, float angle ) | |
Parameters
- rotationCenterPoint
- Point around which to rotate the object
- angle
- Angle to rotate the object