2.2.2.16 MilPathSegmentFlags

A MilPathSegmentFlags enumeration specifies properties of a path segment.

 typedef  enum
 {
   PathSegmentFlagsIsAGap = 0x00000004,
   PathSegmentFlagsSmoothJoin = 0x00000008,
   PathSegmentFlagsClosed = 0x00000010,
   PathSegmentFlagsIsCurved = 0x00000020
 } MilPathSegmentFlags;

PathSegmentFlagsIsAGap:  The segment MUST not be rendered.

PathSegmentFlagsSmoothJoin:  The join between the segment and the previous segment MUST be rounded upon widening, regardless of the pen line join property.

PathSegmentFlagsClosed:  When this bit is set on the first type, then the figure MUST be closed.

PathSegmentFlagsIsCurved:  The segment is curved.