System.Devices.TDeviceInfo.MaxDiagonal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxDiagonal: Single read GetMaxDiagonal;

C++

__property float MaxDiagonal = {read=GetMaxDiagonal};

Properties

Type Visibility Source Unit Parent
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo

Description

Length in inches of the diagonal of the maximum physical screen size, based on the values of MaxPhysicalScreenSize and PixelsPerInch.

See Also