Source position: mmio.pas line 230
type BitMapInfoHeader2 = record |
cbFix: LongInt; |
cx: LongInt; |
cy: LongInt; |
cPlanes: Word; |
cBitCount: Word; |
ulCompression: LongInt; |
cbImage: LongInt; |
cxResolution: LongInt; |
cyResolution: LongInt; |
cclrUsed: LongInt; |
cclrImportant: LongInt; |
usUnits: Word; |
usReserved: Word; |
usRecording: Word; |
usRendering: Word; |
cSize1: LongInt; |
cSize2: LongInt; |
ulColorEncoding: LongInt; |
ulIdentifier: LongInt; |
end; |