DisplayInformation.LogicalDpi 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前環境每個邏輯英吋的圖元。
public:
property float LogicalDpi { float get(); };
float LogicalDpi();
public float LogicalDpi { get; }
var single = displayInformation.logicalDpi;
Public ReadOnly Property LogicalDpi As Single
屬性值
Single
float
目前環境每個邏輯英吋的圖元。
備註
每英吋的邏輯點 (DPI) 可以根據縮放而變更。 如需邏輯 DPI 意義的相關資訊,請參閱 DPI 和 Device-Independent 圖元。