GraphicsPath.AddLines

AddLines(PointF[])

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

public void AddLines(PointF[] points)
ParameterTypeDescription
pointsPointF[]An array of PointF structures that represents the points that define the line segments to add.

See Also


AddLines(Point[])

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

public void AddLines(Point[] points)
ParameterTypeDescription
pointsPoint[]An array of Point structures that represents the points that define the line segments to add.

See Also