Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

tagBITMAPINFOHEADER

Declaration

Source position: lcltype.pp line 1296

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;



CT Web help

CodeTyphon Studio