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