'宣言 Public Shared Function GetClientRect( _ ByVal hWnd As IntPtr, _ ByRef lpRect As Win32.RECT _ ) As Boolean
public static bool GetClientRect( IntPtr hWnd, ref Win32.RECT lpRect )
パラメータ
- hWnd
- lpRect
'宣言 Public Shared Function GetClientRect( _ ByVal hWnd As IntPtr, _ ByRef lpRect As Win32.RECT _ ) As Boolean
public static bool GetClientRect( IntPtr hWnd, ref Win32.RECT lpRect )