Unit 'datatypes' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TBitMapHeader

Declaration

Source position: datatypes.pas line 513

type TBitMapHeader = record

  bmh_Width: Word;

  bmh_Height: Word;

  bmh_Left: SmallInt;

  bmh_Top: SmallInt;

  bmh_Depth: Byte;

  bmh_Masking: Byte;

  bmh_Compression: Byte;

  bmh_Pad: Byte;

  bmh_Transparent: Word;

  bmh_XAspect: Byte;

  bmh_YAspect: Byte;

  bmh_PageWidth: SmallInt;

  bmh_PageHeight: SmallInt;

end;


Documentation generated on: 2023-03-18