Method TryReadUInt24
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
TryReadUInt24(Stream)
Reads a 24-bit unsigned integer from the stream in little-endian byte order.
public static int? TryReadUInt24(this Stream stream)
Parameters
stream
Stream
Returns
- int?