Declaration

func bounds(ofSelectionAngle transform: AffineTransform?) -> NSRect

Declaration

- (NSRect) boundsOfSelectionAngle:(NSAffineTransform *) transform;

Declaration

boundsOfSelectionAngle_(transform: NSAffineTransform) -> NSRect

Parameters

transform

The transform to apply before measuring bounds.

Discussion

Returns CGRectNull when the selection is empty or cannot be represented by bounds.

See Also

Bounds