[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.FillPath

FillPath Method

FillPath(Color, Point[], byte[], bool)

Fills a path defined by points and types.

Declaration
public void FillPath(Color clr, Point[] points, byte[] types, bool winding)
Parameters
Type Name Description
Color clr

The drawing color.

Point[] points

The path points to fill.

byte[] types

The path types to fill.

bool winding

The winding fill mode flag to draw, by default alternate fill mode.