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

PathsToString

Declaration

Source position: Clipper.pas line 130

function PathsToString(

  const p: TPaths64;

  indentSpaces: Integer = 0;

  pointsPerRow: Integer = 0

):string; overload;

function PathsToString(

  const p: TPathsD;

  decimals: Integer;

  indentSpaces: Integer = 0;

  pointsPerRow: Integer = 0

):string; overload;



CT Web help

CodeTyphon Studio