AccessibilityNodeInfo.GetBoundsInParent(Rect) Method

Definition

Caution

deprecated

Gets the node bounds in the viewParent's coordinates.

[Android.Runtime.Register("getBoundsInParent", "(Landroid/graphics/Rect;)V", "GetGetBoundsInParent_Landroid_graphics_Rect_Handler")]
[System.Obsolete("deprecated")]
public virtual void GetBoundsInParent (Android.Graphics.Rect? outBounds);
[<Android.Runtime.Register("getBoundsInParent", "(Landroid/graphics/Rect;)V", "GetGetBoundsInParent_Landroid_graphics_Rect_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member GetBoundsInParent : Android.Graphics.Rect -> unit
override this.GetBoundsInParent : Android.Graphics.Rect -> unit

Parameters

outBounds
Rect

The output node bounds.

Attributes

Remarks

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getBoundsInParent(android.graphics.Rect).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to