Android.Text.DynamicLayout.GetLineDirections Method
Returns the directional run information for the specified line.

Syntax

[Android.Runtime.Register("getLineDirections", "(I)Landroid/text/Layout$Directions;", "")]
public override sealed Layout.Directions GetLineDirections (int line)

Parameters

line
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the directional run information for the specified line. The array alternates counts of characters in left-to-right and right-to-left segments of the line.

NOTE: this is inadequate to support bidirectional text, and will change.

[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