AddPolygon()

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

Adds the specified polygon to the path represented by the current object.

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

Arguments

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

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

Adds the specified polygon to the path represented by the current object.

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

Arguments

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

See Also