Table of Contents

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

dpiX uint

The dpi x.

dpiY uint

The dpi y.

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.