GraphicsPath.AddLines

GraphicsPath.AddLines method

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