InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / ClientToScreen Method

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

    Parameters

    hWnd
    lpPoint
    See Also