BITMAPINFOHEADER
Declared in Class PicBMP
26 Private Type BITMAPINFOHEADER
Type field written, not read: biSize - 0 reads, 1 write
27 biSize As Long
28 biWidth As Long
29 biHeight As Long
Type field written, not read: biPlanes - 0 reads, 1 write
30 biPlanes As Integer
31 biBitCount As Integer
32 biCompression As Long
Type field written, not read: biSizeImage - 0 reads, 1 write
33 biSizeImage As Long
Type field written, not read: biXPelsPerMeter - 0 reads, 1 write
34 biXPelsPerMeter As Long
Type field written, not read: biYPelsPerMeter - 0 reads, 1 write
35 biYPelsPerMeter As Long
Type field written, not read: biClrUsed - 0 reads, 1 write
36 biClrUsed As Long
Type field written, not read: biClrImportant - 0 reads, 1 write
37 biClrImportant As Long
38 End Type
References
Data: (declarations), line 46, Class PicBMP