@express-document-sdk / FillRule

Enumeration: FillRule

The fill rule, aka "winding rule," specifies how the interior area of a path is determined in cases where the path is self-intersecting or contains separate, nested closed loops.

Enumeration Members

evenOdd

evenOdd: 1


nonZero

nonZero: 0

Was this helpful?