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

TClipRect

Clip rectangle

Declaration

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;

See also

TLayer

  

Layer Structure


Documentation generated on: 2021-07-30