Android.Text.StaticLayout.GetLineStart Method
Return the text offset of the beginning of the specified line ( 0…getLineCount()).

Syntax

[Android.Runtime.Register("getLineStart", "(I)I", "GetGetLineStart_IHandler")]
public override int GetLineStart (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 text offset of the beginning of the specified line ( 0…getLineCount()). If the specified line is equal to the line count, returns the length of the text.

[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