Method WriteUInt16
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
WriteUInt16(Stream, ushort)
Writes a 16-bit unsigned integer to the stream in little-endian byte order.
public static void WriteUInt16(this Stream stream, ushort value)