Struct BMPParser.BMPInfoHeader
BMP info header structure (40 bytes for BITMAPINFOHEADER)
public struct BMPParser.BMPInfoHeader
Fields
BitsPerPixel
public ushort BitsPerPixel
Field Value
- ushort
ColorsImportant
public uint ColorsImportant
Field Value
- uint
ColorsUsed
public uint ColorsUsed
Field Value
- uint
Compression
public uint Compression
Field Value
- uint
HeaderSize
public uint HeaderSize
Field Value
- uint
Height
public int Height
Field Value
- int
ImageSize
public uint ImageSize
Field Value
- uint
Planes
public ushort Planes
Field Value
- ushort
Width
public int Width
Field Value
- int
XPixelsPerMeter
public int XPixelsPerMeter
Field Value
- int
YPixelsPerMeter
public int YPixelsPerMeter
Field Value
- int
Properties
AbsoluteHeight
public int AbsoluteHeight { get; }
Property Value
- int
IsBottomUp
public bool IsBottomUp { get; }
Property Value
- bool
IsSupported
public bool IsSupported { get; }
Property Value
- bool
IsValid
public bool IsValid { get; }
Property Value
- bool