class HT_Shape_Types


See Also

For more information, see chapter 10, "The Shape Engine,"  HT_Shape_Color, HT_Marker_Shape, HT_Fill_Shape, HT_Shape_Engine, HT_Line_Shape, HT_Shape, HT_Shape_Data, and HT_Shape_Engine_Data Synopsis
class HT_Shape_Types {
    public:
        enum Enum {
            Line        = 0x01,
            Fill        = 0x02,
            Marker      = 0x04,

            All         = 0x07,

            Undefined = -1
        };

     ENUM_BIT_CLASS_FUNCTIONS (HT_Shape_Types)
};