Bidi.GetRunStart(Int32) 方法

定义

返回此行中第 n 个逻辑运行开头字符的索引,作为与行开头的偏移量。

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

参数

run
Int32

运行索引,介于 0 和 0 之间 getRunCount()

返回

运行开始

属性

注解

返回此行中第 n 个逻辑运行开头字符的索引,作为与行开头的偏移量。

Java文档java.text.Bidi.getRunStart(int)

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于