TextBoundsInfo.Builder.SetStartAndEnd(Int32, 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.
Set the start and end index of the TextBoundsInfo.
[Android.Runtime.Register("setStartAndEnd", "(II)Landroid/view/inputmethod/TextBoundsInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextBoundsInfo.Builder SetStartAndEnd(int start, int end);
[<Android.Runtime.Register("setStartAndEnd", "(II)Landroid/view/inputmethod/TextBoundsInfo$Builder;", "", ApiSince=34)>]
member this.SetStartAndEnd : int * int -> Android.Views.InputMethods.TextBoundsInfo.Builder
Parameters
- start
- Int32
the start index of the TextBoundsInfo, inclusive. Value is 0 or greater
- end
- Int32
the end index of the TextBoundsInfo, exclusive. Value is 0 or greater
Returns
- Attributes
Remarks
Set the start and end index of the TextBoundsInfo. It's the range of the characters whose information is available in the TextBoundsInfo.
Android reference for android.view.inputmethod.TextBoundsInfo.Builder.setStartAndEnd.
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.