TextBoundsInfo.Builder(Int32, Int32) Constructor

Definition

Create a builder for TextBoundsInfo.

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=34)]
public Builder (int start, int end);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=34)>]
new Android.Views.InputMethods.TextBoundsInfo.Builder : int * int -> Android.Views.InputMethods.TextBoundsInfo.Builder

Parameters

start
Int32

the start index of the TextBoundsInfo, inclusive.

end
Int32

the end index of the TextBoundsInfo, exclusive.

Attributes

Remarks

Create a builder for TextBoundsInfo.

Java documentation for android.view.inputmethod.TextBoundsInfo.Builder.TextBoundsInfo$Builder(int, 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