DoRotate Method (ChartShape)
Allows the object to rotate using the specified point to determine the rotation angle.
protected override void DoRotate(
Point
)
'Declaration
Protected Overrides Sub DoRotate( _
ByVal As Point _
)
'Usage
Dim instance As ChartShape
Dim pt As Point
instance.DoRotate(pt)
Parameters
- pt
- Point with which to determine rotation angle.