PositionedGlyphs.GetGlyphY(Int32) Method

Definition

Returns the y coordinate of the glyph position at the given index.

[Android.Runtime.Register("getGlyphY", "(I)F", "", ApiSince=31)]
public float GetGlyphY (int index);
[<Android.Runtime.Register("getGlyphY", "(I)F", "", ApiSince=31)>]
member this.GetGlyphY : int -> single

Parameters

index
Int32

the glyph index

Returns

A Y offset in pixels.

Attributes

Remarks

Returns the y coordinate of the glyph position at the given index.

Java documentation for android.graphics.text.PositionedGlyphs.getGlyphY(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