FMX.Platform.IFMXMultiDisplayService.GetWorkAreaRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWorkAreaRect: TRectF;

C++

virtual System::Types::TRectF __fastcall GetWorkAreaRect() = 0 ;

Properties

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

Description

Declares the method to retrieve the pixel size of the work area of the primary display.

The work area is the portion of the screen not obscured by the system taskbar or by application desktop toolbars. The coordinates of the work area are virtual screen coordinates. A virtual screen refers to a multiple display system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

GetWorkAreaRect is the getter of the WorkAreaRect property.

See Also