FMX.Graphics.TCanvas.SetMatrix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetMatrix(const M: TMatrix);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas


Beschreibung

Legt die Eigenschaft Matrix fest.

SetMatrix ruft DoSetMatrix auf.

Siehe auch