FMX.Platform.IFMXMultiDisplayService.DesktopRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesktopRect: TRectF read GetDesktopRect;

C++

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

Properties

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

Description

Declares the property retrieving 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.

See Also