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

Syntax

[Android.Runtime.Register("measureText", "(Ljava/lang/String;)F", "GetMeasureText_Ljava_lang_String_Handler")]
public virtual float MeasureText (string text)

Parameters

text
The text to measure. Cannot be null.

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