Layout.GetLineBottom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetLineBottom(Int32) |
Return the vertical position of the bottom of the specified line. |
GetLineBottom(Int32, Boolean) |
Return the vertical position of the bottom of the specified line. |
GetLineBottom(Int32)
Return the vertical position of the bottom of the specified line.
[Android.Runtime.Register("getLineBottom", "(I)I", "")]
public int GetLineBottom (int line);
[<Android.Runtime.Register("getLineBottom", "(I)I", "")>]
member this.GetLineBottom : int -> int
Parameters
- line
- Int32
Returns
- Attributes
Remarks
Return the vertical position of the bottom of the specified line.
Java documentation for android.text.Layout.getLineBottom(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetLineBottom(Int32, Boolean)
Return the vertical position of the bottom of the specified line.
[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
Parameters
- line
- Int32
index of the line
- includeLineSpacing
- Boolean
whether to include the line spacing
Returns
- Attributes
Remarks
Return the vertical position of the bottom of the specified line.
Java documentation for android.text.Layout.getLineBottom(int, boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.