Android.Graphics.Rect.ReadFromParcel Method
Set the rectangle's coordinates from the data stored in the specified parcel.

Syntax

[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "")]
public void ReadFromParcel (Android.OS.Parcel in)

Parameters

in
The parcel to read the rectangle's coordinates from

Remarks

Set the rectangle's coordinates from the data stored in the specified parcel. To write a rectangle to a parcel, call writeToParcel().

[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