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