GraphicsPath::AddPolygon Method (array<PointF>^)

 

Adds a polygon to this path.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void AddPolygon(
	array<PointF>^ points
)

Parameters

points
Type: array<System.Drawing::PointF>^

An array of PointF structures that defines the polygon to add.

The points in the points array specify the vertices of a polygon. If the first point in the array is not the same as the last point, those two points are connected to close the polygon.

.NET Framework
Available since 1.1
Return to top
Show: