Instance Method
fastBounds()fastBoundsfastBounds
The overestimated bounds of the object.
Declaration
func fastBounds() -> NSRectDeclaration
- (NSRect) fastBounds;Declaration
fastBounds() -> NSRectDiscussion
For curve segments, the bounds may include off-curve control points and can be larger than bounds()boundsbounds. Use these bounds for inexpensive rejection tests where exact bounds are not required.
See Also
Bounds
The geometric bounds of the object.
The geometric bounds of the object after applying a transform.
The geometric bounds of the object after applying a transform.
The overestimated bounds of the object after applying a transform.