| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2573 人关注过本帖
标题:求解ScreenToClient()的使用说明
只看楼主 加入收藏
wxkwxl
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2006-2-24
收藏
 问题点数:0 回复次数:4 
求解ScreenToClient()的使用说明
求解ScreenToClient()的使用说明
搜索更多相关主题的帖子: 求解 
2008-07-03 01:16
风之舞鹤
Rank: 1
等 级:新手上路
帖 子:180
专家分:0
注 册:2007-6-2
收藏
得分:0 
找baidu或者看msdn啊 这样找多慢啊

2008-07-03 01:39
风之舞鹤
Rank: 1
等 级:新手上路
帖 子:180
专家分:0
注 册:2007-6-2
收藏
得分:0 
CWnd::ScreenToClient
void ScreenToClient( LPPOINT lpPoint ) const;

void ScreenToClient( LPRECT lpRect ) const;

Parameters

lpPoint

Points to a CPoint object or POINT structure that contains the screen coordinates to be converted.

lpRect

Points to a CRect object or RECT structure that contains the screen coordinates to be converted.

Remarks

Converts the screen coordinates of a given point or rectangle on the display to client coordinates.

The ScreenToClient member function replaces the screen coordinates given in lpPoint or lpRect with client coordinates. The new coordinates are relative to the upper-left corner of the CWnd client area.

2008-07-03 01:40
poppylx
Rank: 1
等 级:新手上路
帖 子:367
专家分:0
注 册:2004-9-27
收藏
得分:0 
bccn好像没有MSDN下载....

刚刚才发现it is not bc-cn

动于心而静如水
2008-07-04 01:49
missiyou
Rank: 5Rank: 5
等 级:贵宾
威 望:16
帖 子:531
专家分:218
注 册:2007-10-9
收藏
得分:0 
好像是把屏幕转换成客户。
2008-07-04 09:01
快速回复:求解ScreenToClient()的使用说明
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011627 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved