ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Enumerations Reference / enumIGVectLinejoinType
In This Topic
    enumIGVectLinejoinType
    In This Topic

    Defines line join types.

    Values:

    IG_VECT_LINEJOIN_MITER Specifies that the outer edges of the two lines should extend to meet at an angle.
    IG_VECT_LINEJOIN_ROUND Specifies that lines should be joined by a circular arc centered on the join point.
    IG_VECT_LINEJOIN_BEVEL Specifies IG_VECT_LINECAP_BUTT endpoint styles.