packed record TAdBitmapFileHeader

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdBitmapFileHeader = packed record

Description

BMP header that describes the BMP file.

Overview

Fields

bfType: Word;
bfSize: Cardinal;
bfReserved1: Word;
bfReserved2: Word;
bfOffBits: Cardinal;

Description

Fields

bfType: Word;

must always be set to 'BM' to declare that this is a .bmp-file.

bfSize: Cardinal;

specifies the size of the file in bytes.

bfReserved1: Word;

must always be set to zero.

bfReserved2: Word;

must always be set to zero.

bfOffBits: Cardinal;

specifies the offset from the beginning of the file to the bitmap data.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58