AccessibilityWindowInfo.GetBoundsInScreen(Rect) Method

Definition

Gets the bounds of this window in the screen.

[Android.Runtime.Register("getBoundsInScreen", "(Landroid/graphics/Rect;)V", "")]
public void GetBoundsInScreen (Android.Graphics.Rect? outBounds);
[<Android.Runtime.Register("getBoundsInScreen", "(Landroid/graphics/Rect;)V", "")>]
member this.GetBoundsInScreen : Android.Graphics.Rect -> unit

Parameters

outBounds
Rect

The out window bounds.

Attributes

Remarks

Gets the bounds of this window in the screen. This is equivalent to get the bounds of the Region from #getRegionInScreen(Region).

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