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