CursorAnchorInfo.GetCharacterBoundsFlags(Int32) Method

Definition

Returns the flags associated with the character bounds specified with the index.

[Android.Runtime.Register("getCharacterBoundsFlags", "(I)I", "")]
public Android.Views.InputMethods.CursorAnchorFlags GetCharacterBoundsFlags (int index);
[<Android.Runtime.Register("getCharacterBoundsFlags", "(I)I", "")>]
member this.GetCharacterBoundsFlags : int -> Android.Views.InputMethods.CursorAnchorFlags

Parameters

index
Int32

index of the character in a Java chars.

Returns

0 if no flag is specified.

Attributes

Remarks

Returns the flags associated with the character bounds specified with the index.

Java documentation for android.view.inputmethod.CursorAnchorInfo.getCharacterBoundsFlags(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