public static InteropRect GetWindowRect(
IntPtr hWnd
)
Public Shared Function GetWindowRect (
hWnd As IntPtr
) As InteropRect
public:
static InteropRect GetWindowRect(
IntPtr hWnd
)
static member GetWindowRect :
hWnd : IntPtr -> InteropRect