Layout.GetParagraphRight(Int32) Method

Definition

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

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

Parameters

line
Int32

Returns

Attributes

Remarks

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

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