Instance Method
bounds(applying:)boundsTransform:boundsTransform_
The geometric bounds of the object after applying a transform.
Declaration
func bounds(applying transform: AffineTransform?) -> NSRectDeclaration
- (NSRect) boundsTransform:(NSAffineTransform *) transform;Declaration
boundsTransform_(transform: NSAffineTransform) -> NSRectParameters
transformThe transform to apply before measuring bounds.
Discussion
Passing nil returns bounds()boundsbounds.
See Also
Bounds
The geometric bounds of the object.
The geometric bounds of the object after applying a transform.
The overestimated bounds of the object.
The overestimated bounds of the object after applying a transform.