TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ScreenToClient Method

In This Topic
    ScreenToClient Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ScreenToClient( _
       ByVal hWnd As IntPtr, _
       ByRef lpPoint As Win32.POINT _
    ) As Boolean
    public static bool ScreenToClient( 
       IntPtr hWnd,
       ref Win32.POINT lpPoint
    )

    Parameters

    hWnd
    lpPoint
    See Also