Parcel.WriteSizeF(SizeF) Method

Definition

Flatten a SizeF into the parcel at the current dataPosition(), growing dataCapacity() if needed.

[Android.Runtime.Register("writeSizeF", "(Landroid/util/SizeF;)V", "")]
public void WriteSizeF (Android.Util.SizeF val);
[<Android.Runtime.Register("writeSizeF", "(Landroid/util/SizeF;)V", "")>]
member this.WriteSizeF : Android.Util.SizeF -> unit

Parameters

val
SizeF
Attributes

Remarks

Flatten a SizeF into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Java documentation for android.os.Parcel.writeSizeF(android.util.SizeF).

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