Unit 'Img32' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

MatrixApply

Declaration

Source position: Img32.pas line 1181

procedure MatrixApply(

  const matrix: TMatrixD;

  var x: Double;

  var y: Double

); overload;

procedure MatrixApply(

  const matrix: TMatrixD;

  var pt: TPointD

); overload;

procedure MatrixApply(

  const matrix: TMatrixD;

  var rec: TRect

); overload;

procedure MatrixApply(

  const matrix: TMatrixD;

  var rec: TRectD

); overload;

procedure MatrixApply(

  const matrix: TMatrixD;

  var path: TPathD

); overload;

procedure MatrixApply(

  const matrix: TMatrixD;

  var paths: TPathsD

); overload;



CT Web help

CodeTyphon Studio