Layout.GetSecondaryHorizontal(Int32) 方法

定义

获取指定文本偏移量的辅助水平位置。

[Android.Runtime.Register("getSecondaryHorizontal", "(I)F", "GetGetSecondaryHorizontal_IHandler")]
public virtual float GetSecondaryHorizontal (int offset);
[<Android.Runtime.Register("getSecondaryHorizontal", "(I)F", "GetGetSecondaryHorizontal_IHandler")>]
abstract member GetSecondaryHorizontal : int -> single
override this.GetSecondaryHorizontal : int -> single

参数

offset
Int32

返回

属性

注解

获取指定文本偏移量的辅助水平位置。 这是将新字符插入到段落主方向以外的方向的位置。

适用于 . 的 android.text.Layout.getSecondaryHorizontal(int)Java 文档

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

适用于