Android.Graphics.Paint.GetTextWidths Method
Return the advance widths for the characters in the string.

Syntax

[Android.Runtime.Register("getTextWidths", "([CII[F)I", "GetGetTextWidths_arrayCIIarrayFHandler")]
public virtual int GetTextWidths (char[] text, int index, int count, float[] widths)

Parameters

text
The text to measure. Cannot be null.
index
The index of the first char to to measure
count
The number of chars starting with index to measure
widths
array to receive the advance widths of the characters. Must be at least a large as count.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the advance widths for the characters in the string.

[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