StrokeCap
-
Cmn
value class StrokeCap
Styles to use for line endings. See Paint.strokeCap.
Summary
Public companion properties |
||
|---|---|---|
StrokeCap |
Begin and end contours with a flat edge and no extension. |
Cmn
|
StrokeCap |
Begin and end contours with a semi-circle extension. |
Cmn
|
StrokeCap |
Begin and end contours with a half square extension. |
Cmn
|
Public companion properties
Square
val Square: StrokeCap
Begin and end contours with a half square extension. This is similar to extending each contour by half the stroke width (as given by Paint.strokeWidth).