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

ScalePaths

Declaration

Source position: Clipper.Core.pas line 260

function ScalePaths(

  const paths: TPaths64;

  sx: Double;

  sy: Double

):TPaths64; overload;

function ScalePaths(

  const paths: TPathsD;

  sx: Double;

  sy: Double

):TPaths64; overload;

function ScalePaths(

  const paths: TPaths64;

  scale: Double

):TPaths64; overload;

function ScalePaths(

  const paths: TPathsD;

  scale: Double

):TPaths64; overload;



CT Web help

CodeTyphon Studio