StrokeJoin
public enum StrokeJoin : Int
Specifies the treatment where lines and curve segments join on a stroked path.
-
The outer edges of a join meet with a straight line.
Declaration
Swift
case bevel = 1
-
The outer edges of a join meet at a sharp angle.
Declaration
Swift
case miter = 2
-
The outer edges of a join meet in a circular arc.
Declaration
Swift
case round = 0