GetWindowRect(IntPtr, NativeRectangle)
|
Retrieves the dimensions of the bounding rectangle of the specified window.
The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
|
GetWindowRect(IntPtr, Rectangle)
|
Retrieves the dimensions of the bounding rectangle of the specified window.
The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
|
GetWindowRect(SafeHandle, NativeRectangle)
|
Retrieves the dimensions of the bounding rectangle of the specified window.
The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
|
GetWindowRect(SafeHandle, Rectangle)
|
Retrieves the dimensions of the bounding rectangle of the specified window.
The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
|