StrokeCap
public enum StrokeCap : UInt32
Cap draws at the beginning and end of an open path contour.
-
no stroke extension - the default stroke value
Declaration
Swift
case butt = 0
-
adds circle
Declaration
Swift
case round = 1
-
adds square
Declaration
Swift
case square = 2