Bidi.GetRunStart(Int32) Method

Definition

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", "")]
public int GetRunStart (int run);
[<Android.Runtime.Register("getRunStart", "(I)I", "")>]
member this.GetRunStart : int -> int

Parameters

run
Int32

the index of the run, between 0 and getRunCount()

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 java.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.

Applies to