DisplayMonitor.RawDpiX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the physical horizontal DPI of the monitor (based on the monitor’s native resolution and physical size).
public:
property float RawDpiX { float get(); };
float RawDpiX();
public float RawDpiX { get; }
var single = displayMonitor.rawDpiX;
Public ReadOnly Property RawDpiX As Single
Property Value
Single
float
The physical horizontal DPI of the monitor (based on the monitor’s native resolution and physical size).