System.Drawing.Drawing2D.GraphicsPath.AddLines Method

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

Syntax

public void AddLines (System.Drawing.PointF[] points)

Parameters

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

Remarks

If there are previous lines or curves in the figure, a line is added to connect the endpoint of the previous segment the starting point of the line. The points parameter specifies an array of endpoints. The first two specify the first line. Each additional point specifies the endpoint of a line segment whose starting point is the endpoint of the previous line.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0