2.1.1.25 PolyFillMode Enumeration

The PolyFillMode Enumeration specifies the method used for filling a polygon.

 typedef  enum
 {
   ALTERNATE = 0x0001,
   WINDING = 0x0002
 } PolyFillMode;

ALTERNATE: Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).

WINDING: Selects winding mode (fills any region with a nonzero winding value).