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