Instance Method
boundsAngle(_:)boundsAngle:boundsAngle_
Deprecated
The geometric bounds of the object after applying a transform.
Declaration
func boundsAngle(_ transform: AffineTransform?) -> NSRectDeclaration
- (NSRect) boundsAngle:(NSAffineTransform *) transform;Declaration
boundsAngle_(transform: NSAffineTransform) -> NSRectParameters
transformThe transform to apply before measuring bounds.
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.