TextBoundsInfo.Builder(Int32, Int32) Constructor
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.
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
.
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.