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

ScalePathD

Declaration

Source position: Clipper.Core.pas line 255

function ScalePathD(

  const path: TPath64;

  sx: Double;

  sy: Double

):TPathD; overload;

function ScalePathD(

  const path: TPathD;

  sx: Double;

  sy: Double

):TPathD; overload;

function ScalePathD(

  const path: TPath64;

  scale: Double

):TPathD; overload;

function ScalePathD(

  const path: TPathD;

  scale: Double

):TPathD; overload;



CT Web help

CodeTyphon Studio