Android.Views.Accessibility.AccessibilityNodeInfo.SetBoundsInParent Method
Sets the node bounds in parent coordinates.

Syntax

[Android.Runtime.Register("setBoundsInParent", "(Landroid/graphics/Rect;)V", "GetSetBoundsInParent_Landroid_graphics_Rect_Handler")]
public virtual void SetBoundsInParent (Android.Graphics.Rect bounds)

Parameters

bounds
The node bounds.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Sets the node bounds in parent coordinates.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14