Unit 'GR32_VectorUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

ScalePolygon

Declaration

Source position: GR32_VectorUtils.pas line 153

function ScalePolygon(

  const Points: TArrayOfFloatPoint;

  ScaleX: TFloat;

  ScaleY: TFloat

):TArrayOfFloatPoint; overload;

function ScalePolygon(

  const Points: TArrayOfFixedPoint;

  ScaleX: TFixed;

  ScaleY: TFixed

):TArrayOfFixedPoint; overload;



CT Web help

CodeTyphon Studio