Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface / LineTo Method
The line's ending point.


In This Topic
    LineTo Method
    In This Topic
    Draws a line from the current position to the specified point.
    Syntax
    'Declaration
     
    
    Sub LineTo( _
       ByVal point As Point _
    ) 
    'Usage
     
    
    Dim instance As IGeometry
    Dim point As Point
     
    instance.LineTo(point)
    void LineTo( 
       Point point
    )

    Parameters

    point
    The line's ending point.
    See Also