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

ScalePath

Declaration

Source position: Clipper.Core.pas line 250

function ScalePath(

  const path: TPath64;

  sx: Double;

  sy: Double

):TPath64; overload;

function ScalePath(

  const path: TPathD;

  sx: Double;

  sy: Double

):TPath64; overload;

function ScalePath(

  const path: TPath64;

  scale: Double

):TPath64; overload;

function ScalePath(

  const path: TPathD;

  scale: Double

):TPath64; overload;



CT Web help

CodeTyphon Studio