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