Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TClipRect

Clip rectangle

Declaration

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;

See also

TLayer

  

Layer Structure


Documentation generated on: 2021-07-30