FMX.Types3D.TContext3D.CurrentScreenMatrix

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CurrentScreenMatrix: TMatrix3D read GetScreenMatrix;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


説明

スクリーン行列を表します。


CurrentScreenMatrix は、スクリーン行列を表す読み取り専用プロパティです。

関連項目