FMX.Graphics.TCanvas.DoSetMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetMatrix(const M: TMatrix); virtual;

C++

virtual void __fastcall DoSetMatrix(const System::Math::Vectors::TMatrix &M);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Transforms the matrix.

TCanvas descendants override this method to transform the matrix depending on the platform.

SetMatrix calls DoSetMatrix.

See Also