windows phone开发之获取屏幕分辨率 和 系统版本
程序员文章站
2022-05-18 18:14:52
屏幕分辨率大小(这个目前都是480*800):
屏幕宽度(double) system.windows.application.current.host.content.actualwi...
屏幕分辨率大小(这个目前都是480*800):
屏幕宽度(double) system.windows.application.current.host.content.actualwidth
屏幕高度(double) system.windows.application.current.host.content.actualheight
操作版本:
system.environment.osversion.tostring()
摘自 fengyarongaa
屏幕宽度(double) system.windows.application.current.host.content.actualwidth
屏幕高度(double) system.windows.application.current.host.content.actualheight
操作版本:
system.environment.osversion.tostring()
摘自 fengyarongaa
上一篇: 玩转vim编辑器