FMX.Platform.IFMXMultiDisplayService.GetDesktopRect

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

Delphi

function GetDesktopRect: TRect;

C++

virtual System::Types::TRect __fastcall GetDesktopRect() = 0 ;

プロパティ

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


説明

仮想画面の四角形のピクセル パラメータを取得するメソッドを宣言します。

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

GetDesktopRectDesktopRect プロパティの取得アクセサです。

関連項目