[]
        
(Showing Draft Content)

C1.Util.IFlowDocument.FillPath

FillPath Method

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

Fills a path defined by points and types.

Declaration
void FillPath(Color color, PointF[] points, byte[] types, bool winding)
Parameters
Type Name Description
Color color

The Color used to fill the path.

PointF[] 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.