本文介绍了如何在Windows Phone 8设备上区分1080p和720p?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通常,我使用Application.Current.Host.Content.ScaleFactor来检查设备的分辨率,但现在720p和1080p的值相同。那么它们有什么区别呢?谢谢!

解决方案

Usually, I used Application.Current.Host.Content.ScaleFactor to checking my device's resolution, but now the value is the same for 720p and 1080p. So then what differentiates them? Thank you!

解决方案


这篇关于如何在Windows Phone 8设备上区分1080p和720p?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-06 15:15