Instance Method
overestimatedBounds()overestimatedBoundsoverestimatedBounds
A rectangle containing the bounds of the slice.
Declaration
func overestimatedBounds() -> CGRectDeclaration
- (CGRect) overestimatedBounds;Declaration
overestimatedBounds() -> CGRectDiscussion
The implementation of this method may be more efficient than -bounds. For example, a Bézier path may report the bounds of its nodes instead of computing the bounds of its curves.
CGRectNull if there are no concrete bounds for the slice.