Method WriteInt64
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
WriteInt64(Stream, long)
Writes a 64-bit signed integer to the stream in little-endian byte order.
public static void WriteInt64(this Stream stream, long value)
Writes a 64-bit signed integer to the stream in little-endian byte order.
public static void WriteInt64(this Stream stream, long value)