Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DoMove Method
Point location of object


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

    Parameters

    pt
    Point location of object
    See Also