cadencii.win32.ClientToScreen C# (CSharp) Method

ClientToScreen() private method

private ClientToScreen ( IntPtr hWnd, POINT &lpPoint ) : bool
hWnd System.IntPtr
lpPoint POINT
return bool
        public static extern bool ClientToScreen( IntPtr hWnd, ref POINT lpPoint );
win32