Method DecodeRational
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
DecodeRational(IReadOnlyList<byte>, out uint, out uint)
public static void DecodeRational(IReadOnlyList<byte> data, out uint numerator, out uint denominator)
Parameters
data
IReadOnlyList<byte>numerator
uintdenominator
uint
DecodeRational(IReadOnlyList<byte>)
public static ulong DecodeRational(IReadOnlyList<byte> data)
Parameters
data
IReadOnlyList<byte>