GraphicsPath::AddPolygon Method (array<PointF>^)
.NET Framework (current version)
Adds a polygon to this path.
Assembly: System.Drawing (in System.Drawing.dll)
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.
For an example, see AddPolygon(array<Point>^).
.NET Framework
Available since 1.1
Available since 1.1
Show: