Clip rectangle
Source position: agraphics.pas line 123
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 |
end; |
|
Layer Structure |