Layout.GetLineDescent(Int32) Method

Definition

Return the descent of the specified line(0…getLineCount() - 1).

[Android.Runtime.Register("getLineDescent", "(I)I", "GetGetLineDescent_IHandler")]
public abstract int GetLineDescent (int line);
[<Android.Runtime.Register("getLineDescent", "(I)I", "GetGetLineDescent_IHandler")>]
abstract member GetLineDescent : int -> int

Parameters

line
Int32

Returns

Int32
Attributes

Remarks

Java documentation for android.text.Layout.getLineDescent(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