[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ScreenToClient

ScreenToClient Method

ScreenToClient(IntPtr, ref POINT)

Declaration
public static extern bool ScreenToClient(IntPtr hWnd, ref Win32.POINT lpPoint)
Public Shared Function ScreenToClient(hWnd As IntPtr, ByRef lpPoint As Win32.POINT) As Boolean
Parameters
Type Name Description
IntPtr hWnd
Win32.POINT lpPoint
Returns
Type Description
bool