[]
Tessellates a polygon specified by its vertices into triangles, and adds those triangles to this annotation's Area.
public void AddPolygon(PointF[] points, FillMode fillMode = FillMode.Alternate)
| Type | Name | Description |
|---|---|---|
| PointF[] | points | The array of points that specify the vertices of the polygon. |
| FillMode | fillMode | The fill mode. |