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

RectClip

Declaration

Source position: Clipper.pas line 99

function RectClip(

  const rect: TRect64;

  const path: TPath64

):TPath64; overload;

function RectClip(

  const rect: TRect64;

  const paths: TPaths64

):TPaths64; overload;

function RectClip(

  const rect: TRectD;

  const path: TPathD;

  precision: Integer = 2

):TPathD; overload;

function RectClip(

  const rect: TRectD;

  const paths: TPathsD;

  precision: Integer = 2

):TPathsD; overload;



CT Web help

CodeTyphon Studio