2.2.2.10 MilFillRule

A MilFillRule enumeration specifies the rule used to decide what points are inside a geometry.

 typedef  enum
 {
   EvenOdd = 0x00000000,
   Nonzero = 0x00000001
 } MilFillRule;

EvenOdd:  Points with an odd number of edge crossings are inside the geometry.

Nonzero:  Points with a nonzero sum of (signed) edge crossings are inside the geometry.