Spread Windows Forms 12.0 Product Documentation
DoMove Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : DoMove Method
Point location of object
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

Reference

ChartShape Class
ChartShape Members