Unit 'Clipper.Engine' Package
[Overview][Resource strings][Types][Classes][Index] [#pl_image32]

TOutRec

Declaration

Source position: Clipper.Engine.pas line 91

type TOutRec = record

  idx: Integer;

  

  owner: POutRec;

  

  frontE: PActive;

  

  backE: PActive;

  

  pts: POutPt;

  

  polypath: TPolyPathBase;

  

  splits: TOutRecArray;

  

  recursiveCheck: POutRec;

  

  bounds: TRect64;

  

  path: TPath64;

  

  isOpen: Boolean;

  

end;



CT Web help

CodeTyphon Studio