Table of Contents

Method AddLines

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

AddLines(PointD[])

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

void AddLines(PointD[] points)

Parameters

points PointD[]

An array of PointD 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.