Layout.GetParagraphLeft(Int32) Method

Definition

Get the left edge of the specified paragraph, inset by left margins.

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

Parameters

line
Int32

Returns

Attributes

Remarks

Get the left edge of the specified paragraph, inset by left margins.

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