BITMAPCOREHEADER

Declared in Class PicBMP

  39 Private Type BITMAPCOREHEADER

   ! Type field written, not read: BITMAPCOREHEADER.bcSize - 0 reads, 1 write
  40         bcSize As Long
  41         bcWidth As Integer
  42         bcHeight As Integer

   ! Type field written, not read: BITMAPCOREHEADER.bcPlanes - 0 reads, 1 write
  43         bcPlanes As Integer
  44         bcBitCount As Integer
  45 End Type

References

Data: (declarations), line 47, Class PicBMP