setLineCap
draw.setLineCap()
Sets the style of line ends.
draw.setLineCap(lineCap)
lineCap
String
Style for the end of lines: butt
, round
, or square
.
draw.setLineCap()
Sets the style of line ends.
draw.setLineCap(lineCap)
lineCap
String
Style for the end of lines: butt
, round
, or square
.