[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.FillPolygon

FillPolygon Method

FillPolygon(Color, PointF[], FillMode)

Fill polygon from this document.

Declaration
public void FillPolygon(Color clr, PointF[] points, FillMode fillMode = 0)
Parameters
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.

Implements