FMX.Graphics.TPathData.ApplyMatrix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ApplyMatrix(const M: TMatrix);

C++

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

Eigenschaften

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

Beschreibung

Wendet eine Umwandlungsmatrix auf das aktuelle TPathData-Objekt an.

Der Parameter M gibt die Matrix für die Umwandlung an.

Mit der Umwandlung kann das aktuelle TPathData-Objekt übersetzt, skaliert oder gedreht werden.

Siehe auch