[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLines

AddLines Method

AddLines(PointF[])

Appends a series of connected line segments to the end of this GraphicsPath.

Declaration
public void AddLines(PointF[] points)
Parameters
Type Name Description
PointF[] points

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