[]
Fill polygon from this document.
public void FillPolygon(Color clr, PointF[] points, FillMode 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. |