Layout.GetLineBottom 方法

定义

重载

GetLineBottom(Int32)

返回指定线条底部的垂直位置。

GetLineBottom(Int32, Boolean)

返回指定线条底部的垂直位置。

GetLineBottom(Int32)

返回指定线条底部的垂直位置。

[Android.Runtime.Register("getLineBottom", "(I)I", "")]
public int GetLineBottom (int line);
[<Android.Runtime.Register("getLineBottom", "(I)I", "")>]
member this.GetLineBottom : int -> int

参数

line
Int32

返回

属性

注解

返回指定线条底部的垂直位置。

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

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

适用于

GetLineBottom(Int32, Boolean)

返回指定线条底部的垂直位置。

[Android.Runtime.Register("getLineBottom", "(IZ)I", "GetGetLineBottom_IZHandler", ApiSince=34)]
public virtual int GetLineBottom (int line, bool includeLineSpacing);
[<Android.Runtime.Register("getLineBottom", "(IZ)I", "GetGetLineBottom_IZHandler", ApiSince=34)>]
abstract member GetLineBottom : int * bool -> int
override this.GetLineBottom : int * bool -> int

参数

line
Int32

行的索引

includeLineSpacing
Boolean

是否包含行距

返回

属性

注解

返回指定线条底部的垂直位置。

适用于 . 的 android.text.Layout.getLineBottom(int, boolean)Java 文档

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

适用于