FMX.Types3D.TContext3D.Width

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

Delphi

property Width: Integer read FWidth;

C++

__property int Width = {read=FWidth, nodefault};

プロパティ

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


説明

この 3D コンテキストの幅を表します。


Width は、この 3D コンテキストの幅を示す読み取り専用プロパティです。

Width は、CreateFromWindow または CreateFromTexture で設定され、SetSize を使って変更することができます。

関連項目