Clip rectangle
Source position: agraphics.pas line 128
type tClipRect = record |
||
Next: pClipRect; |
|
Pointer to next ClipRect |
prev: pClipRect; |
|
Pointer to previous ClipRect |
lobs: Pointer; |
|
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 |
end; |
|
Layer Structure |