2.2.2.15 MilPathGeometryFlags

A MilPathGeometryFlags enumeration specifies features of a path geometry. For information on path geometry, see MIL_PATHGEOMETRY (section 2.2.4.4).

 typedef  enum
 {
   PathGeometryFlagsBoundsValid = 0x00000002,
   PathGeometryFlagsHasGaps = 0x00000004,
   PathGeometryFlagsHasHollows = 0x00000008,
   PathGeometryFlagsIsRegionData = 0x00000010
 } MilPathGeometryFlags;

PathGeometryFlagsBoundsValid:  The path geometry has a valid bounds field.

PathGeometryFlagsHasGaps:  The path geometry has segments marked with the PathSegmentFlagsIsAGap flag.

PathGeometryFlagsHasHollows:  The path geometry has figures not marked with the PathFigureFlagsIsFillable flag.

PathGeometryFlagsIsRegionData:  The path geometry consists of non-overlapping, axis-aligned, rectangular figures.