Android.Graphics.Canvas.DrawText Method
Draw the text, with origin at (x,y), using the specified paint.

Syntax

[Android.Runtime.Register("drawText", "([CIIFFLandroid/graphics/Paint;)V", "GetDrawText_arrayCIIFFLandroid_graphics_Paint_Handler")]
public virtual void DrawText (char[] text, int index, int count, float x, float y, Paint paint)

Parameters

text
The text to be drawn
index
Documentation for this section has not yet been entered.
count
Documentation for this section has not yet been entered.
x
The x-coordinate of the origin of the text being drawn
y
The y-coordinate of the origin of the text being drawn
paint
The paint used for the text (e.g. color, size, style)

Remarks

Draw the text, with origin at (x,y), using the specified paint. The origin is interpreted based on the Align setting in the paint.

[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