fix #249
This commit is contained in:
@@ -149,7 +149,7 @@ namespace mpvnet
|
|||||||
|
|
||||||
public static int GetDPI(IntPtr hwnd)
|
public static int GetDPI(IntPtr hwnd)
|
||||||
{
|
{
|
||||||
if (Environment.OSVersion.Version >= Windows_10_1607)
|
if (Environment.OSVersion.Version >= Windows_10_1607 && hwnd != IntPtr.Zero)
|
||||||
return GetDpiForWindow(hwnd);
|
return GetDpiForWindow(hwnd);
|
||||||
else
|
else
|
||||||
using (Graphics gx = Graphics.FromHwnd(hwnd))
|
using (Graphics gx = Graphics.FromHwnd(hwnd))
|
||||||
|
|||||||
Reference in New Issue
Block a user