GraphicsPath.AddPolygon

AddPolygon(PointF[])

Adds a polygon to this path.

public void AddPolygon(PointF[] points)
ParameterTypeDescription
pointsPointF[]An array of PointF structures that defines the polygon to add.

See Also


AddPolygon(Point[])

Adds a polygon to this path.

public void AddPolygon(Point[] points)
ParameterTypeDescription
pointsPoint[]An array of Point structures that defines the polygon to add.

See Also