码迷,mamicode.com
首页 > Windows程序 > 详细

[00012]-[2015-08-27]-[00]-[Windows 程序设计 ---GetWindowDC GetWindowRect GetClientDC(GetDC) GetClientRect]

时间:2015-08-27 10:51:44      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:

::GetWindowDC(m_hWnd); // 表示GetWindowDC()是一个全局函数,作用域大

 

GetWindowDC() 获得的设备环境覆盖了整个窗口(包括非客户区),例如标题栏、菜单、滚动条,以及边框

GetWindowRect() rect表示应用程序窗口在屏幕中的位置rigth left top bottom

GetDC()  获取的是应用程序中客户区的环境设备

GetClientRect()  rect表示应用程序客户区的rect. left right top bottom 其中left=0 top=0(恒成立)

[

该函数获取窗口客户区的坐标。客户区坐标指定客户区的左上角和右下角。由于客户区坐标是相对窗口客户区的左上角而言的,因此左上角坐标为(0,0),注意一下:窗口的客户区为窗口中除标题栏、菜单栏之外的地方。

]

 

[00012]-[2015-08-27]-[00]-[Windows 程序设计 ---GetWindowDC GetWindowRect GetClientDC(GetDC) GetClientRect]

标签:

原文地址:http://www.cnblogs.com/Auris/p/4762437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!