Source position: agraphics.pas line 543
| type TCollectPixelsLayerMsg = record | ||
| xSrc: LongInt; | 
 | |
| ySrc: LongInt; | 
 | |
| Width: LongInt; | 
 | |
| Height: LongInt; | 
 | |
| xDest: LongInt; | 
 | |
| yDest: LongInt; | 
 | |
| Bm: PBitMap; | 
 | |
| Layer: PLayer; | 
 | |
| minterm: LongWord; | 
 | |
| end; |