GraphicsCache.FillPolygon Method
| Name | Parameters | Description |
|---|---|---|
| FillPolygon(Point[], Color) | points, color | Fills the interior of a polygon defined by an array of points specified by Point structures. |
| FillPolygon(PointF[], Color) | points, color | Fills the interior of a polygon defined by an array of points specified by PointF structures. |