Android.Text.BoringLayout.GetLineTop Method
Return the vertical position of the top of the specified line (0…getLineCount()).

Syntax

[Android.Runtime.Register("getLineTop", "(I)I", "GetGetLineTop_IHandler")]
public override int GetLineTop (int line)

Parameters

line
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the vertical position of the top of the specified line (0…getLineCount()). If the specified line is equal to the line count, returns the bottom of the last line.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1