AccessibilityWindowInfo.GetRegionInScreen(Region) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.