Declaration

func fastBounds() -> NSRect

Declaration

- (NSRect) fastBounds;

Declaration

fastBounds() -> NSRect

Discussion

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