[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TClipRect

Clip rectangle

Declaration

Source position: agraphics.pas line 462

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

  Flags: LongInt;

  

Only exists in layer allocation

end;

See also

TLayer

  

Layer Structure


Documentation generated on: 2017-01-10