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

PathToString

Declaration

Source position: Clipper.pas line 126

function PathToString(

  const p: TPath64;

  indentSpaces: Integer = 0;

  pointsPerRow: Integer = 0

):string; overload;

function PathToString(

  const p: TPathD;

  decimals: Integer;

  indentSpaces: Integer = 0;

  pointsPerRow: Integer = 0

):string; overload;



CT Web help

CodeTyphon Studio