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

ScalePathsD

Declaration

Source position: Clipper.Core.pas line 265

function ScalePathsD(

  const paths: TPaths64;

  sx: Double;

  sy: Double

):TPathsD; overload;

function ScalePathsD(

  const paths: TPathsD;

  sx: Double;

  sy: Double

):TPathsD; overload;

function ScalePathsD(

  const paths: TPaths64;

  scale: Double

):TPathsD; overload;

function ScalePathsD(

  const paths: TPathsD;

  scale: Double

):TPathsD; overload;



CT Web help

CodeTyphon Studio