2.2.6.32.18 Window::GetWindowRect ... void GetWindowRect( RECT * lpRect ) ... GetWindowRect(&rect); printf("upper-left position, x:%d, y:%d\n", rect.left, ...
確定! 回上一頁