Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / DoMove Method
Point location of object


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

    Parameters

    pt
    Point location of object
    See Also