Android.Graphics.PointF.WriteToParcel Method
Write this point to the specified parcel.

Syntax

[Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "GetWriteToParcel_Landroid_os_Parcel_IHandler")]
public virtual void WriteToParcel (Android.OS.Parcel out, Android.OS.ParcelableWriteFlags flags)

Parameters

out
The parcel to write the point's coordinates into
flags
Additional flags about how the object should be written. May be 0 or Android.OS.Parcelable.ParcelableWriteReturnValue.

Remarks

Write this point to the specified parcel. To restore a point from a parcel, use readFromParcel()

[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