ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddLines Method
An array of PointF structures that represents the points that define the line segments to add.

In This Topic
    AddLines Method (GraphicsPath)
    In This Topic
    Appends a series of connected line segments to the end of this GraphicsPath.
    Syntax
    'Declaration
     
    Public Sub AddLines( _
       ByVal points() As PointF _
    ) 
    public void AddLines( 
       PointF[] points
    )

    Parameters

    points
    An array of PointF structures that represents the points that define the line segments to add.
    See Also