Clip rectangle
Source position: agraphics.pas line 443
type TClipRect = record |
||
Next: PClipRect; |
|
Pointer to next ClipRect |
OffX: SmallInt; |
||
OffY: SmallInt; |
||
lobs: PLayer; |
|
Ignored by roms, used by windowlib |
BitMap: PBitMap; |
|
|
bounds: TRectangle; |
|
Set up by windowlib, used by roms |
vlink: PClipRect; |
||
home: Pointer; |
||
Flags: LongInt; |
|
Only exists in layer allocation |
end; |
|
Layer Structure |