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

    Defines line cap types.

    Values:

    IG_VECT_LINECAP_BUTT The line is squared off at the endpoint of the path.
    IG_VECT_LINECAP_ROUND The end of the line becomes a semicircle with center in the end point of the line.
    IG_VECT_LINECAP_SQUARE Reserved for future extension.