Enum XFillMode
Specifies how the interior of a closed path is filled.
public enum XFillMode
Fields
Alternate = 0Specifies the alternate fill mode. Called the 'odd-even rule' in PDF terminology.
Winding = 1Specifies the winding fill mode. Called the 'nonzero winding number rule' in PDF terminology.