Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 8 中有三种缩放百分比: • 100%(未应用缩放) •140%(高清平板电脑) •180%(quad-XGA 平板电脑)
如何在 WinRT 代码中检测此时屏幕的百分比?
(我想制作一个从数据库加载最佳分辨率的自定义图像服务)
利用
var currentScale = DisplayProperties.ResolutionScale;