FMX.Types.TDeviceDisplayMetrics.RawScreenSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RawScreenSize: TSize;

C++

System::Types::TSize RawScreenSize;

Properties

Type Visibility Source Unit Parent
field public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TDeviceDisplayMetrics

Description

The complete screen area in pixels (including status bars and button bars).

Can be the same as PhysicalScreenSize.

See Also