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