[]
Draws a polygon defined by an array of point structures.
public void DrawPolygon(Pen pen, PointF[] points)
| Type | Name | Description |
|---|---|---|
| Pen | pen | Pen object that determines the color, width, and style of the polygon. |
| PointF[] | points | Array of point structures that represent the vertices of the polygon. |
All coordinates are expressed in points, measured from the upper-left corner of the page.