SidebarLibrary.Win32.WindowsAPI.ClientToScreen C# (CSharp) Method

ClientToScreen() private method

private ClientToScreen ( IntPtr hWnd, POINT &pt ) : bool
hWnd System.IntPtr
pt POINT
return bool
		public static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]