[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

tagBITMAPINFOHEADER

Declaration

Source position: lcltype.pp line 1302

type tagBITMAPINFOHEADER = packed record

  biSize: DWORD;

  

  biWidth: LongInt;

  

  biHeight: LongInt;

  

  biPlanes: Word;

  

  biBitCount: Word;

  

  biCompression: DWORD;

  

  biSizeImage: DWORD;

  

  biXPelsPerMeter: LongInt;

  

  biYPelsPerMeter: LongInt;

  

  biClrUsed: DWORD;

  

  biClrImportant: DWORD;

  

end;


Version 3.2 Generated 2024-02-25 Home