This version of Unity is unsupported.

AccessibilityNode.frame

public Rect frame;

Description

The Rect representing the position of the node in the UI. Can be set directly but it is recommended that CalculateFrame is set instead so that the value can be recalculated when necessary.

If AccessibilityHierarchy.RefreshNodeFrames is called, the value of the frame is set to Rect.zero if frameGetter is not set.