lineWidth
The width used to stroke the path.
Declaration
var lineWidth: CGFloat { get set }Mentioned in
Discussion
A line width larger than 2.0 may cause rendering artifacts in the final rendered image. The default value is 1.0.
The width used to stroke the path.
var lineWidth: CGFloat { get set }A line width larger than 2.0 may cause rendering artifacts in the final rendered image. The default value is 1.0.