Source position: lcltype.pp line 1305
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 4.6 | Hosted on Source Forge |