class HT_Line_Shape


See Also For more information, see chapter 10, "The Shape Engine,"  HT_Shape_Color, HT_Marker_Shape, HT_Fill_Shape, HT_Shape_Types, HT_Shape_Engine, HT_Shape, HT_Shape_Data, and HT_Shape_Engine_Data. Synopsis
class HT_Line_Shape : public HT_Shape {
    HANDLE_CLASS_BASIC_FUNCTIONS (HT_Line_Shape, HT_Line_Shape_Data);

    public:
        HT_Line_Shape () {}
        HEIDI_API HT_Line_Shape (HT_Shape_Engine_Data const * engine, int number);
};