Description | Hierarchy | Fields | Methods | Properties |
type TAdBitmapFileHeader = packed record
BMP header that describes the BMP file.
bfType: Word; |
bfSize: Cardinal; |
bfReserved1: Word; |
bfReserved2: Word; |
bfOffBits: Cardinal; |
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. |