FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / DoMove Method
Point location of object


In This Topic
DoMove Method (CalloutArrowShape)
In This Topic
Allows the object to be moved.
Syntax
'Declaration
 
Protected Overridable Sub DoMove( _
   ByVal pt As Point _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim pt As Point
 
instance.DoMove(pt)

Parameters

pt
Point location of object
See Also