'Declaration
Public Shared Function GetClientRect( _ ByVal hWnd As System.IntPtr, _ ByRef rect As NWin32.RECT _ ) As System.Boolean
'Usage
Dim hWnd As System.IntPtr Dim rect As NWin32.RECT Dim value As System.Boolean value = NUser32.GetClientRect(hWnd, rect)
public static System.bool GetClientRect( System.IntPtr hWnd, ref NWin32.RECT rect )
Parameters
- hWnd
- rect