Vector2h.ToBinaryStream(BinaryWriter) Method

Definition

Writes the X and Y components of this instance into a Stream.

public void ToBinaryStream (System.IO.BinaryWriter bin);
member this.ToBinaryStream : System.IO.BinaryWriter -> unit

Parameters

bin
BinaryWriter

A BinaryWriter instance associated with an open Stream.

Applies to