术语 | CWnd::MapWindowPoints | ||||||||
释义 | CWnd::MapWindowPoints void MapWindowPoints( CWnd* pwndTo, LPRECT lpRect ) const; void MapWindowPoints( CWnd* pwndTo, LPPOINT lpPoint, UINT nCount ) const; 参数:
说明:这个函数将一系列点从CWnd的坐标空间转换(映射)到其它窗口的坐标空间。 请参阅: CWnd::ClientToScreen, CWnd::ScreenToClient, ::MapWindowPoints |
||||||||
随便看 |
|
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。