Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface / MoveTo Method
The new position.


In This Topic
    MoveTo Method
    In This Topic
    Updates the current position to the specified point.
    Syntax
    'Declaration
     
    
    Sub MoveTo( _
       ByVal point As Point _
    ) 
    'Usage
     
    
    Dim instance As IGeometry
    Dim point As Point
     
    instance.MoveTo(point)
    void MoveTo( 
       Point point
    )

    Parameters

    point
    The new position.
    See Also