Rotate(Point,Single) Method
In This Topic
Rotates the object by the specified angle around the specified point.
Syntax
'Declaration
Public Overloads Overridable Sub Rotate( _
ByVal As Point, _
ByVal As Single _
)
'Usage
Dim instance As FourWayArrowShape
Dim rotationCenterPoint As Point
Dim angle As Single
instance.Rotate(rotationCenterPoint, angle)
public virtual void Rotate(
Point ,
float
)
Parameters
- rotationCenterPoint
- Point around which to rotate the object
- angle
- Angle to rotate the object
See Also