FMX.Layouts.TScaledLayout.GetChildrenMatrix
Delphi
function GetChildrenMatrix(var Matrix: TMatrix; var Simple: Boolean): Boolean; override;
C++
virtual bool __fastcall GetChildrenMatrix(System::Math::Vectors::TMatrix &Matrix, bool &Simple);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TScaledLayout |
説明
子の変換マトリックスを返します。
FMX.Layouts.TScaledLayout.GetChildrenMatrix は FMX.Controls.TControl.GetChildrenMatrix を継承しています。以下の内容はすべて FMX.Controls.TControl.GetChildrenMatrix を参照しています。
子の変換マトリックスを返します。
AbsoluteMatrix は、次のように計算されます:
AbsoluteMatrix = (LocalMatrix * Parent.GetChildrenMatrix) * Parent.AbsoluteMatrix
TScaledLayout は GetChildrenMatrix をオーバーライドし、レイアウト コンテンツを事前計測します。