FMX.Platform.IFMXMultiDisplayService.GetDesktopRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesktopRect: TRect;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXMultiDisplayService

Description

Declares the method to retrieve pixel parameters of the virtual screen's rectangle.

A virtual screen refers to a multiple display system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

GetDesktopRect is the getter of the DesktopRect property.

See Also