[]
        
(Showing Draft Content)

C1.Util.IFlowDocument.FillPolygon

FillPolygon Method

FillPolygon(Color, PointF[], FillMode)

Fills a polygon defined by an array of point structures using the specified fill mode.

Declaration
void FillPolygon(Color color, PointF[] points, FillMode fillMode = 0)
Parameters
Type Name Description
Color color

The color used to fill the polygon.

PointF[] points

Array of point structures that represent the vertices's of the polygon.

FillMode fillMode

GrapeCity.Documents.Drawing.FillMode parameter that determines how to handle overlapping areas within the polygon.

Remarks

All coordinates are expressed in points, measured from the upper-left corner of the page.