Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddLine Method / AddLine(Single,Single) Method
The x-coordinate of the end point of the line to draw.
The y-coordinate of the end point of the line to draw.

In This Topic
    AddLine(Single,Single) 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 endPointX As System.Single, _
       ByVal endPointY As System.Single _
    ) 
    public void AddLine( 
       System.float endPointX,
       System.float endPointY
    )

    Parameters

    endPointX
    The x-coordinate of the end point of the line to draw.
    endPointY
    The y-coordinate of the end point of the line to draw.
    See Also