Struct BMPParser.BMPFileHeader
BMP file header structure (14 bytes)
public struct BMPParser.BMPFileHeader
Fields
DataOffset
public uint DataOffset
Field Value
- uint
FileSize
public uint FileSize
Field Value
- uint
Reserved1
public ushort Reserved1
Field Value
- ushort
Reserved2
public ushort Reserved2
Field Value
- ushort
Signature
public ushort Signature
Field Value
- ushort
Properties
IsValid
public bool IsValid { get; }
Property Value
- bool