AccessibilityNodeInfo.SetBoundsInParent(Rect) Method

Definition

Caution

deprecated

Sets the node bounds in the viewParent's coordinates.

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

Parameters

bounds
Rect

The node bounds.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setBoundsInParent(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