FMX.Graphics.TCanvas.SetMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMatrix(const M: TMatrix);

C++

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

Properties

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

Description

Sets the Matrix property.

SetMatrix calls DoSetMatrix.

See Also