FMX.Graphics.TPathData.ApplyMatrix
Delphi
procedure ApplyMatrix(const M: TMatrix);
C++
void __fastcall ApplyMatrix(const System::Math::Vectors::TMatrix &M);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TPathData |
Description
Applique une matrice de transformation au TPathData en cours.
Le paramètre M
spécifie la matrice de transformation.
La transformation peut convertir, mettre à l'échelle ou faire pivoter le TPathData en cours.