Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TControl.MatrixChanged
De XE2 API Documentation
Delphi
procedure MatrixChanged(Sender: TObject); virtual;
C++
virtual void __fastcall MatrixChanged(System::TObject* Sender);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Gère les changements apportés à la matrice de transformation.
MatrixChanged est appelée quand la matrice de transformation locale du contrôle a été changée. La matrice de transformation locale change pendant le dessin ou quand une ou plusieurs des propriétés suivantes ont été changées : Position, Scale, Skew, RotationCenter. MatrixChanged est un répartiteur d'événements TPosition.OnChange de ces propriétés.