Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddLines Method
An array of one or more points that describe the lines to draw.

In This Topic
    AddLines Method (PathBuilder)
    In This Topic
    Creates a sequence of lines using the specified points and adds them to the figure.
    Syntax
    'Declaration
     
    Public Sub AddLines( _
       ByVal ParamArray points() As System.Drawing.PointF _
    ) 
    public void AddLines( 
       params System.Drawing.PointF[] points
    )

    Parameters

    points
    An array of one or more points that describe the lines to draw.
    See Also