FMX.Platform.IFMXMultiDisplayService.DesktopRect

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

Delphi

property DesktopRect: TRect read GetDesktopRect;

C++

__property System::Types::TRect DesktopRect = {read=GetDesktopRect};

プロパティ

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


説明

仮想画面の四角形のピクセル パラメータを取得するプロパティを宣言します。

仮想画面は複数ディスプレイ システムに関係します。仮想画面は、デスクトップを構成するのに使用されているすべてのディスプレイの境界となる四角形です。

関連項目