DisplayInformation.LogicalDpi プロパティ

定義

現在の環境の論理インチあたりのピクセル数を取得します。

public:
 property float LogicalDpi { float get(); };
float LogicalDpi();
public float LogicalDpi { get; }
var single = displayInformation.logicalDpi;
Public ReadOnly Property LogicalDpi As Single

プロパティ値

Single

float

現在の環境の論理インチあたりのピクセル数。

注釈

1 インチあたりの論理ドット数 (DPI) は、スケーリングに基づいて変更できます。 論理 DPI の意味については、「 DPI と Device-Independent ピクセル」を参照してください。

適用対象