::

enum PathCapType

Values
butt End the path at its end point, without any cap
round Extend the path with a half circle cap, diameter is the line width.
square Extend the path with a rectangular cap, half the line width long.
Values' Details
butt
butt,
Description
End the path at its end point, without any cap
round
round,
Description
Extend the path with a half circle cap, diameter is the line width.
square
square,
Description
Extend the path with a rectangular cap, half the line width long.
Top of Page