PointF.ReadFromParcel(Parcel) Method

Definition

Set the point's coordinates from the data stored in the specified parcel.

[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")]
public virtual void ReadFromParcel (Android.OS.Parcel in);
[<Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")>]
abstract member ReadFromParcel : Android.OS.Parcel -> unit
override this.ReadFromParcel : Android.OS.Parcel -> unit

Parameters

in
Parcel

The parcel to read the point's coordinates from

Attributes

Remarks

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

Java documentation for android.graphics.PointF.readFromParcel(android.os.Parcel).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to