Enum LineCap

Style of the line end points.

enum LineCap : int { ... }

See illustrations on MDN.

Enum members

NameDescription
butt
round
square