LineCapPlacement
public enum LineCapPlacement
Line cap placement
-
Inside caps are located within the endpoints of a line. This means the line caps do not protrude beyond a line’s start or end coordinates.
Declaration
Swift
case inside
-
The outside caps are located outside the endpoints of a line. This means the line caps extend the line beyond its start and end coordinates by the length of the cap.
Declaration
Swift
case outside