[]
Fills a polygon defined by an array of point structures using the specified fill mode.
public void FillPolygon(Color color, PointF[] points, FillMode fillMode = 0)
Type | Name | Description |
---|---|---|
Color | color | The color used to fill the polygon. |
PointF[] | points | Array of point structures that represent the vertices of the polygon. |
FillMode | fillMode | GrapeCity.Documents.Drawing.FillMode parameter that determines how to handle overlapping areas within the polygon. |
All coordinates are expressed in points, measured from the upper-left corner of the page.