Layout.GetSecondaryHorizontal(Int32) Method

Definition

Get the secondary horizontal position for the specified text offset.

[Android.Runtime.Register("getSecondaryHorizontal", "(I)F", "GetGetSecondaryHorizontal_IHandler")]
public virtual float GetSecondaryHorizontal (int offset);
[<Android.Runtime.Register("getSecondaryHorizontal", "(I)F", "GetGetSecondaryHorizontal_IHandler")>]
abstract member GetSecondaryHorizontal : int -> single
override this.GetSecondaryHorizontal : int -> single

Parameters

offset
Int32

Returns

Attributes

Remarks

Get the secondary horizontal position for the specified text offset. This is the location where a new character would be inserted in the direction other than the paragraph's primary direction.

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