CursorAnchorInfo.Builder.AddCharacterBounds Method

Definition

[Android.Runtime.Register("addCharacterBounds", "(IFFFFI)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")]
public Android.Views.InputMethods.CursorAnchorInfo.Builder? AddCharacterBounds (int index, float left, float top, float right, float bottom, Android.Views.InputMethods.CursorAnchorFlags flags);
[<Android.Runtime.Register("addCharacterBounds", "(IFFFFI)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")>]
member this.AddCharacterBounds : int * single * single * single * single * Android.Views.InputMethods.CursorAnchorFlags -> Android.Views.InputMethods.CursorAnchorInfo.Builder

Parameters

index
Int32
left
Single
top
Single
right
Single
bottom
Single

Returns

Attributes

Remarks

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