Instance Method
fastBounds()fastBoundsfastBounds
The bounds of the path nodes.
Declaration
func fastBounds() -> NSRectDeclaration
- (NSRect) fastBounds;Declaration
fastBounds() -> NSRectDiscussion
For curve segments, the bounds include off-curve control points and can be larger than bounds()boundsbounds.
Returns CGRectNull when the path has no nodes.
See Also
Geometry
The bounds of the path.
The unsigned area enclosed by the path.
The length of all path segments.
Whether the path encloses another path.
Intersections between the path and a line segment.