[]
Fill polygon from this document.
public void FillPolygon(Color clr, PointF[] points, FillMode fillMode = FillMode.Alternate)
Public Sub FillPolygon(clr As Color, points As PointF(), Optional fillMode As FillMode = FillMode.Alternate)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| PointF[] | points | The array of the points for the polygon. |
| FillMode | fillMode | FillMode parameter that determines how to handle overlapping areas within the polygon. |