Unit 'Clipper' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_image32]

BooleanOp

Declaration

Source position: Clipper.pas line 61

function BooleanOp(

  clipType: TClipType;

  const subjects: TPaths64;

  const clips: TPaths64;

  fillRule: TFillRule

):TPaths64; overload;

function BooleanOp(

  clipType: TClipType;

  const subjects: TPathsD;

  const clips: TPathsD;

  fillRule: TFillRule;

  decimalPrec: Integer = 2

):TPathsD; overload;

procedure BooleanOp(

  clipType: TClipType;

  const subjects: TPaths64;

  const clips: TPaths64;

  fillRule: TFillRule;

  polytree: TPolyTree64

); overload;



CT Web help

CodeTyphon Studio