CursorAnchorInfo.GetCharacterBoundsFlags(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.
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.