AccessibilityNodeInfo.TouchDelegateInfo.GetRegionAt(Int32) Method

Definition

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.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.getRegionAt(int).

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