Vector2h.ToBinaryStream(BinaryWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.