Contents

accessibilityFrame()

Returns the accessibility element’s frame in screen coordinates.

Declaration

func accessibilityFrame() -> NSRect

Return Value

The element’s frame in screen coordinates.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityFrame property. This method is called whenever accessibility clients request the size or position attributes.

See Also

Supporting Accessibility