Graphics currentGraphics = Graphics.FromHwnd(new WindowInteropHelper(Window.GetWindow(this)).Handle);
double dpixRatio = currentGraphics.DpiX / 96;
微信扫一扫
Graphics currentGraphics = Graphics.FromHwnd(new WindowInteropHelper(Window.GetWindow(this)).Handle);
double dpixRatio = currentGraphics.DpiX / 96;
相关推荐