FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / DoRotate Method
Point with which to determine rotation angle.


In This Topic
DoRotate Method (CalloutArrowShape)
In This Topic
Allows the object to rotate using the specified point to determine the rotation angle.
Syntax
'Declaration
 
Protected Overridable Sub DoRotate( _
   ByVal pt As Point _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim pt As Point
 
instance.DoRotate(pt)

Parameters

pt
Point with which to determine rotation angle.
See Also