Android.Graphics.Rect.FlattenToString Method
Return a string representation of the rectangle in a well-defined format.

Syntax

[Android.Runtime.Register("flattenToString", "()Ljava/lang/String;", "")]
public string FlattenToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return a string representation of the rectangle in a well-defined format.

You can later recover the Rect from this string through Rect.UnflattenFromString(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 7