AddLines()

GraphicsPath::AddLines(const ArrayPtr<PointF>&) method

Adds the specified series of connected line segments to the path represented by the current object.

void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<PointF> &points)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<PointF>&An array containing points that specify the line segments to add

GraphicsPath::AddLines(const ArrayPtr<Point>&) method

Adds the specified series of connected line segments to the path represented by the current object.

void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<Point> &points)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<Point>&An array containing points that specify the line segments to add

See Also