다음을 통해 공유


CWindow::MapWindowPoints

점의 집합 창 좌표 공간에서 다른 창 좌표 공간으로 변환합니다.

int MapWindowPoints( 
   HWND hWndTo, 
   LPPOINT lpPoint, 
   UINT nCount  
) const throw(); 
int MapWindowPoints( 
   HWND hWndTo, 
   LPRECT lpRect  
) const throw();

설명

참조 MapWindowPoints 에 있는 Windows SDK.

이 메서드의 두 번째 버전의 좌표를 변환할 수 있는 RECT 구조.

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow Class

POINT