Table of Contents

Struct BMPParser.BMPHeader

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Complete BMP header information

public struct BMPParser.BMPHeader

Fields

FileHeader

public BMPParser.BMPFileHeader FileHeader

Field Value

BMPParser.BMPFileHeader

InfoHeader

public BMPParser.BMPInfoHeader InfoHeader

Field Value

BMPParser.BMPInfoHeader

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