Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / AddLine Method
The end point of the line to draw.

In This Topic
    AddLine Method (IPath)
    In This Topic
    Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
    Syntax
    'Declaration
     
    Sub AddLine( _
       ByVal pointTo As System.Drawing.PointF _
    ) 
    void AddLine( 
       System.Drawing.PointF pointTo
    )

    Parameters

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