ImageGear for C and C++ on Windows v19.4 - Updated
enumIGVectLinecapType
Collapse All
Expand All
View with Navigation Tools
API Reference Guide
>
Vector Component API Reference
>
Vector Component Enumerations Reference
> enumIGVectLinecapType
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.