[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.FillPolygon

FillPolygon Method

FillPolygon(Color, PointF[], FillMode)

Fill polygon from this document.

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