BITMAPINFOHEADER

Declared in Class PicBMP

  26 Private Type BITMAPINFOHEADER

   ! Type field written, not read: BITMAPINFOHEADER.biSize - 0 reads, 1 write
  27         biSize As Long
  28         biWidth As Long
  29         biHeight As Long

   ! Type field written, not read: BITMAPINFOHEADER.biPlanes - 0 reads, 1 write
  30         biPlanes As Integer
  31         biBitCount As Integer
  32         biCompression As Long

   ! Type field written, not read: BITMAPINFOHEADER.biSizeImage - 0 reads, 1 write
  33         biSizeImage As Long

   ! Type field written, not read: BITMAPINFOHEADER.biXPelsPerMeter - 0 reads, 1 write
  34         biXPelsPerMeter As Long

   ! Type field written, not read: BITMAPINFOHEADER.biYPelsPerMeter - 0 reads, 1 write
  35         biYPelsPerMeter As Long

   ! Type field written, not read: BITMAPINFOHEADER.biClrUsed - 0 reads, 1 write
  36         biClrUsed As Long

   ! Type field written, not read: BITMAPINFOHEADER.biClrImportant - 0 reads, 1 write
  37         biClrImportant As Long
  38 End Type

References

Data: (declarations), line 46, Class PicBMP