LineBreaker.Result.GetLineDescent(Int32) Method

Definition

Returns font descent of the line in pixels.

[Android.Runtime.Register("getLineDescent", "(I)F", "GetGetLineDescent_IHandler", ApiSince=29)]
public virtual float GetLineDescent (int lineIndex);
[<Android.Runtime.Register("getLineDescent", "(I)F", "GetGetLineDescent_IHandler", ApiSince=29)>]
abstract member GetLineDescent : int -> single
override this.GetLineDescent : int -> single

Parameters

lineIndex
Int32

an index of the line.

Returns

an entier font descent of the line in pixels.

Attributes

Remarks

Returns font descent of the line in pixels.

Java documentation for android.graphics.text.LineBreaker.Result.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