Clip rectangle
Source position: agraphics.pas line 462
| type TClipRect = record | ||
| Next: PClipRect; | 
 | Pointer to next ClipRect | 
| Prev: PClipRect; | 
 | Pointer to previous ClipRect | 
| Lobs: PLayer; | 
 | Ignored by roms, used by windowlib | 
| BitMap: PBitMap; | 
 | |
| Bounds: TRectangle; | 
 | Set up by windowlib, used by roms | 
| _p1: Pointer; | 
 | system reserved | 
| _p2: Pointer; | 
 | system reserved | 
| reserved: LongInt; | 
 | system use | 
| Flags: LongInt; | 
 | Only exists in layer allocation | 
| end; | 
| 
 | Layer Structure |