#include <Quickdraw.h>
typedef struct BitMap { Size Offset Description QDPtr baseAddr; 4 0 Address of start of bitmap data short rowBytes; 2 4 Bytes per row in the bitmap data
Rect bounds; 8 6 Coordinates imposed over the bitmap data
typedef BitMap *BitMapPtr;
typedef BitMap **BitMapHandle;