FillPolygon Method
FillPolygon(Brush, Point[], FillMode)
Fills the interior of a polygon defined by an array of Point structures.
Declaration
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode = FillMode.Alternate)
Parameters
| Type | Name | Description |
|---|---|---|
| Brush | brush | Brush that determines the characteristics of the fill. |
| Point[] | points | Array of Point structures that represent the vertices of the polygon. |
| FillMode | fillMode | Member of the FillMode enumeration that determines the style of the fill. |