Android.Graphics.Canvas.DrawPosText Method
Draw the text in the array, with each character's origin specified by the pos array.

Syntax

[Android.Runtime.Register("drawPosText", "(Ljava/lang/String;[FLandroid/graphics/Paint;)V", "GetDrawPosText_Ljava_lang_String_arrayFLandroid_graphics_Paint_Handler")]
[System.Obsolete("deprecated")]
public virtual void DrawPosText (string text, float[] pos, Paint paint)

Parameters

text
The text to be drawn
pos
Array of [x,y] positions, used to position each character
paint
The paint used for the text (e.g. color, size, style)

Remarks

Draw the text in the array, with each character's origin specified by the pos array. This method does not support glyph composition and decomposition and should therefore not be used to render complex scripts. It also doesn't handle supplementary characters (eg emoji).

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1