Source position: datatypes.pas line 826
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; |