Table of Contents

Struct BMPParser.BMPFileHeader

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

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