CWnd::GetWindowRect

复制 CWnd 对象的边框的维度指向结构的指向由 lpRect。

void GetWindowRect(
   LPRECT lpRect 
) const;

参数

  • lpRect
    指向 CRect 将接收左上角和右下角的屏幕坐标的对象或 RECT 结构。

备注

维度用屏幕坐标给定相对显示屏幕的左上角。 说明、边框和滚动条的维度,如果有,包括在内。

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::GetClientRect

CWnd::MoveWindow

调试 [Visual Studio]

GetWindowRect