LineCapType
public enum LineCapType
Line cap type.
Diamond.
Declaration
Swift
case diamond
Inverse diamond.
Declaration
Swift
case inverseDiamond
None.
Declaration
Swift
case none
Rectangle.
Declaration
Swift
case rectangle
Round.
Declaration
Swift
case round