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