boundingRect
A rectangle containing all path segments.
Declaration
var boundingRect: CGRect { get }Discussion
This is the smallest rectangle completely enclosing all points in the path but not including control points for Bézier curves.
A rectangle containing all path segments.
var boundingRect: CGRect { get }This is the smallest rectangle completely enclosing all points in the path but not including control points for Bézier curves.