Method GetSystemEffectiveDpi
- Namespace
- SharpVectors.Runtime
- Assembly
- SharpVectors.Runtime.Wpf.dll
GetSystemEffectiveDpi(out uint, out uint)
Get the System Effective DPI.
public static void GetSystemEffectiveDpi(out uint dpiX, out uint dpiY)
Parameters
Remarks
The System Effective DPI is derived by the operating system by looking across all monitors and determining an "Effective DPI" that works well across all the screens for applications that do not support per-monitor DPI.