Struct BMPParser.BMPHeader
Complete BMP header information
public struct BMPParser.BMPHeader
Fields
FileHeader
public BMPParser.BMPFileHeader FileHeader
Field Value
InfoHeader
public BMPParser.BMPInfoHeader InfoHeader
Field Value
IsSuccess
public bool IsSuccess
Field Value
- bool
Properties
BitsPerPixel
public int BitsPerPixel { get; }
Property Value
- int
BytesPerPixel
public int BytesPerPixel { get; }
Property Value
- int
Height
public int Height { get; }
Property Value
- int
IsValid
public bool IsValid { get; }
Property Value
- bool
PixelDataOffset
public uint PixelDataOffset { get; }
Property Value
- uint
PixelDataSize
public long PixelDataSize { get; }
Property Value
- long
RowStride
public int RowStride { get; }
Property Value
- int
Width
public int Width { get; }
Property Value
- int