FMX.Controls3D.TControl3D.ScreenBounds

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

Delphi

property ScreenBounds: TRectF read GetScreenBounds;

C++

__property System::Types::TRectF ScreenBounds = {read=GetScreenBounds};

プロパティ

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


説明

画面上のコントロールの境界を決定します。

ScreenBounds は、画面上のコントロールの境界を、TRectF として計算します。

関連項目