GetWindowRect |
Declare Function Api_GetWindowRect& Lib "user32" Alias "GetWindowRect" (ByVal hWnd&, lpRect As RECT) |
Declare Function GetWindowRect Lib "user32" Alias "GetWindowRect" (ByVal hwnd As Long, lpRect As RECT) As Long |
|
指定されたウィンドウの左上端と右下端の座標をスクリーン座標で取得する。スクリーン座標は、表示画面の左上端が (0,0) となる。 |
|
パラメータ この構造体の left メンバと top メンバに、スクリーン座標でのウィンドウ左上端の座標が入る。
right メンバと bottom メンバには、ウィンドウの右下端の座標が入る。
戻り値 |