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

Syntax

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

Parameters

in
The parcel to read the point's coordinates from

Remarks

Set the point's coordinates from the data stored in the specified parcel. To write a point 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 13