Layout.GetLineBottom 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 屬性授權中所述的詞彙使用。