Android.Graphics.Rect.UnflattenFromString Method
Returns a Rect from a string of the form returned by Rect.FlattenToString, or null if the string is not of that form.

Syntax

[Android.Runtime.Register("unflattenFromString", "(Ljava/lang/String;)Landroid/graphics/Rect;", "")]
public static Rect UnflattenFromString (string str)

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Rect from a string of the form returned by Rect.FlattenToString, or null if the string is not of that form.

[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