Instance Method
fastBounds(applying:)fastBoundsTransform:fastBoundsTransform_
The overestimated bounds of the object after applying a transform.
Declaration
func fastBounds(applying transform: AffineTransform?) -> NSRectDeclaration
- (NSRect) fastBoundsTransform:(NSAffineTransform *) transform;Declaration
fastBoundsTransform_(transform: NSAffineTransform) -> NSRectParameters
transformThe transform to apply before measuring bounds.
Discussion
Passing nil returns fastBounds()fastBoundsfastBounds.
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.