Source position: agraphics.pas line 37
type TBitMap = record
BytesPerRow: Word;
Rows: Word;
Flags: Byte;
Depth: Byte;
Pad: Word;
Planes: array [0..7] of TPlanePtr;
end;