accessibilityFrame()
Returns the accessibility element’s frame in screen coordinates.
Declaration
func accessibilityFrame() -> NSRectReturn 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.