Table of Contents

Struct ImageParser.ImageHeader

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Unified image header information

public struct ImageParser.ImageHeader

Fields

BMPHeader

public BMPParser.BMPHeader BMPHeader

Field Value

BMPParser.BMPHeader

BitsPerPixel

public int BitsPerPixel

Field Value

int

Format

public ImageParser.ImageFormat Format

Field Value

ImageParser.ImageFormat

HasPalette

public bool HasPalette

Field Value

bool

Height

public int Height

Field Value

int

IsSuccess

public bool IsSuccess

Field Value

bool

PNGHeader

public PNGParser.PNGHeader PNGHeader

Field Value

PNGParser.PNGHeader

Width

public int Width

Field Value

int

Properties

IsValid

public bool IsValid { get; }

Property Value

bool