FMX.Graphics.TCanvas.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.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Specifies the transformation matrix.

Matrix is a read-only property that allows you to see the two-dimensional transformation applied over the TCanvas.

See Also