Instance Method
bounds(ofSelectionAngle:)boundsOfSelectionAngle:boundsOfSelectionAngle_
The bounds of the current selection after applying a transform.
Declaration
func bounds(ofSelectionAngle transform: AffineTransform?) -> NSRectDeclaration
- (NSRect) boundsOfSelectionAngle:(NSAffineTransform *) transform;Declaration
boundsOfSelectionAngle_(transform: NSAffineTransform) -> NSRectParameters
transformThe transform to apply before measuring bounds.
Discussion
Returns CGRectNull when the selection is empty or cannot be represented by bounds.
See Also
Bounds
The drawable bounds of the layer.
The overestimated bounds of the layer’s shapes.
Left edge of bounds()boundsbounds.
Bottom edge of bounds()boundsbounds.
Right edge of bounds()boundsbounds.
Top edge of bounds()boundsbounds.
The drawable bounds of the layer after applying a transform.
The drawable bounds of the layer after applying a transform.
The bounds of the current selection.