本文介绍了通过GetClientRect的Rect单位是多少的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我通过GetClientRect得到一个矩形,令我惊讶的是:
rect.width = 1401,但是我的屏幕是1366 * 768。rect.width的单位是什么?是英寸还是其他?
I get a rect by GetClientRect,to my suprise is below:
rect.width=1401 ,however my screen is 1366*768 .What is the unit of rect.width? Is it inch or other?
推荐答案
这篇关于通过GetClientRect的Rect单位是多少的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!