Android.Graphics.Paint.MeasureText Method
Return the width of the text.

Syntax

[Android.Runtime.Register("measureText", "([CII)F", "GetMeasureText_arrayCIIHandler")]
public virtual float MeasureText (char[] text, int index, int count)

Parameters

text
The text to measure. Cannot be null.
index
The index of the first character to start measuring
count
THe number of characters to measure, beginning with start

Returns

Documentation for this section has not yet been entered.

Remarks

Return the width of the text.

[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