Bidi.GetRunLimit(Int32) Method

Definition

Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line.

[Android.Runtime.Register("getRunLimit", "(I)I", "")]
public int GetRunLimit (int run);
[<Android.Runtime.Register("getRunLimit", "(I)I", "")>]
member this.GetRunLimit : int -> int

Parameters

run
Int32

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

Returns

limit the limit of the run

Attributes

Remarks

Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line. For example, this will return the length of the line for the last run on the line.

Java documentation for java.text.Bidi.getRunLimit(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