FMX.Types3D.TContext3D.CurrentScreenMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentScreenMatrix: TMatrix3D read GetScreenMatrix;

C++

__property System::Math::Vectors::TMatrix3D CurrentScreenMatrix = {read=GetScreenMatrix};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Represents the screen matrix.

CurrentScreenMatrix is a read-only property that represents the screen matrix.

See Also