CursorAnchorInfo.Builder.AddCharacterBounds Method
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.
[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
- index
- Int32
- left
- Single
- top
- Single
- right
- Single
- bottom
- Single
- flags
- CursorAnchorFlags
- Attributes
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.