Layout.GetLineBaseline(Int32) Method

Definition

Return the vertical position of the baseline of the specified line.

[Android.Runtime.Register("getLineBaseline", "(I)I", "")]
public int GetLineBaseline (int line);
[<Android.Runtime.Register("getLineBaseline", "(I)I", "")>]
member this.GetLineBaseline : int -> int

Parameters

line
Int32

Returns

Attributes

Remarks

Return the vertical position of the baseline of the specified line.

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