FMX.Types.TDeviceDisplayMetrics.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const APhysicalScreenSize, ALogicalScreenSize: TSize; const AAspectRatio: Single;  const APixelsPerInch: Integer; const AScreenScale, AFontScale: Single);

C++

__fastcall TDeviceDisplayMetrics(const System::Types::TSize &APhysicalScreenSize, const System::Types::TSize &ALogicalScreenSize, const float AAspectRatio, const int APixelsPerInch, const float AScreenScale, const float AFontScale);
TDeviceDisplayMetrics() {}

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.