LineCapStyle

LineCapStyle enum

Represents the line cap style.

enum class LineCapStyle : int8_t

Values

NameValueDescription
NotDefined-1
Round0
Square1
Flat2

See Also