Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddLine Method / AddLine(PointF) Method
The end point of the line to draw.

In This Topic
    AddLine(PointF) Method
    In This Topic
    Creates a line segment between the current point and the specified end point and adds it to the figure.
    Syntax
    'Declaration
     
    Public Overloads Sub AddLine( _
       ByVal endPoint As System.Drawing.PointF _
    ) 
    public void AddLine( 
       System.Drawing.PointF endPoint
    )

    Parameters

    endPoint
    The end point of the line to draw.
    See Also