BitmapCoreHeader

BitmapCoreHeader class

Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER.

public abstract class BitmapCoreHeader

Properties

NameDescription
BitmapHeight { get; set; }Gets or sets bitmap height.
BitmapPlanes { get; set; }Gets or sets number of planes.
BitmapWidth { get; set; }Gets or sets bitmap width.
BitsPerPixel { get; set; }Gets or sets bits per pixel count.
HeaderSize { get; set; }Gets or sets size of this structure in bytes.

Fields

NameDescription
const BitmapCoreHeaderSizeThe BITMAPCOREHEADER aka OS21XBITMAPHEADER header size
const BitmapInfoHeaderSizeThe bitmap information header size v3
const BitmapInfoHeaderSizeV2The bitmap information header size v2
const BitmapInfoHeaderSizeV3The bitmap information header size v3
const BitmapInfoHeaderSizeV4The bitmap information header size v4
const BitmapInfoHeaderSizeV5The bitmap information header size v5
const Os22XBitmapHeaderFullSizeThe bitmap core header2 size
const Os22XBitmapHeaderSizeThe bitmap core header2 size

See Also