ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / ScreenToClient Method

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

    Parameters

    hWnd
    lpPoint
    See Also