共用方式為


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 屬性授權中所述的詞彙使用。

適用於