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

RectClipLines

Declaration

Source position: Clipper.pas line 104

function RectClipLines(

  const rect: TRect64;

  const path: TPath64

):TPaths64; overload;

function RectClipLines(

  const rect: TRect64;

  const paths: TPaths64

):TPaths64; overload;

function RectClipLines(

  const rect: TRectD;

  const path: TPathD;

  precision: Integer = 2

):TPathsD; overload;

function RectClipLines(

  const rect: TRectD;

  const paths: TPathsD;

  precision: Integer = 2

):TPathsD; overload;



CT Web help

CodeTyphon Studio