Share via


AccessibilityWindowInfo.GetRegionInScreen(Region) Method

Definition

Gets the touchable region of this window in the screen.

[Android.Runtime.Register("getRegionInScreen", "(Landroid/graphics/Region;)V", "", ApiSince=30)]
public void GetRegionInScreen (Android.Graphics.Region outRegion);
[<Android.Runtime.Register("getRegionInScreen", "(Landroid/graphics/Region;)V", "", ApiSince=30)>]
member this.GetRegionInScreen : Android.Graphics.Region -> unit

Parameters

outRegion
Region

The out window region.

Attributes

Remarks

Gets the touchable region of this window in the screen.

Java documentation for android.view.accessibility.AccessibilityWindowInfo.getRegionInScreen(android.graphics.Region).

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