FMX.Types.TTransform.Matrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Matrix: TMatrix read FMatrix;

C++

__property System::Math::Vectors::TMatrix Matrix = {read=FMatrix};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTransform

Description

Specifies the transformation matrix.

Matrix specifies the final transformation matrix. It is updated when any of the TTransform properties specific to a transformation is changed. Matrix elements reflect a transformation of each kind.

See Also