窗体坐标+位置相关函数+屏幕坐标还是逻辑相对坐标

screen coordinates

  void CWnd::GetWindowRect(
     LPRECT lpRect
  ) const;

  Parameters
  lpRect
  Points to a CRect object or a RECT structure that will receive the screen coordinates of the upper-left and lower-right corners.

原文地址:https://www.cnblogs.com/carl2380/p/1927745.html