Bidi.GetRunStart(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.
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
[Android.Runtime.Register("getRunStart", "(I)I", "GetGetRunStart_IHandler", ApiSince=29)]
public virtual int GetRunStart (int run);
[<Android.Runtime.Register("getRunStart", "(I)I", "GetGetRunStart_IHandler", ApiSince=29)>]
abstract member GetRunStart : int -> int
override this.GetRunStart : int -> int
Parameters
- run
- Int32
the index of the run, between 0 and countRuns()
Returns
the start of the run
- Attributes
Remarks
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
Java documentation for android.icu.text.Bidi.getRunStart(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.