InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetClientRect Method

In This Topic
    GetClientRect Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    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
    )

    Parameters

    hWnd
    lpRect
    See Also