System.Devices.TDeviceInfo.PixelsPerInch

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PixelsPerInch: Integer read FPixelsPerInch;

C++

__property int PixelsPerInch = {read=FPixelsPerInch, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo


説明

物理画面の 1 インチにおけるピクセル数。

TDeviceInfo は、PixelsPerInch の値を使用して、MaxPhysicalScreenSize および MinPhysicalScreenSize の値から、それぞれ、MaxDiagonal および MinDiagonal の値を計算します。