System.Devices.TDeviceInfo.PixelsPerInch
Delphi
property PixelsPerInch: Integer read FPixelsPerInch;
C++
__property int PixelsPerInch = {read=FPixelsPerInch, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Devices.pas System.Devices.hpp |
System.Devices | TDeviceInfo |
Description
Number of pixels of physical screen size in an inch of physical screen.
TDeviceInfo uses the value of PixelsPerInch to calculate the value of MaxDiagonal and MinDiagonal from the values of MaxPhysicalScreenSize and MinPhysicalScreenSize, respectively.