Bidi.GetRunLimit(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 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.