GraphicsPath.AddPolygon

GraphicsPath.AddPolygon method

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