AccessibilityNodeInfo.TouchDelegateInfo.GetRegionAt(Int32) 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.
Return the Region
at the given index in the TouchDelegateInfo
.
[Android.Runtime.Register("getRegionAt", "(I)Landroid/graphics/Region;", "", ApiSince=29)]
public Android.Graphics.Region GetRegionAt (int index);
[<Android.Runtime.Register("getRegionAt", "(I)Landroid/graphics/Region;", "", ApiSince=29)>]
member this.GetRegionAt : int -> Android.Graphics.Region
Parameters
- index
- Int32
The desired index, must be between 0 and #getRegionCount()
-1.
Returns
Returns the Region
stored at the given index.
- Attributes
Remarks
Return the Region
at the given index in the TouchDelegateInfo
.
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.