ACPAddIn.ThisAddIn.ClientToScreen C# (CSharp) Method

ClientToScreen() private method

private ClientToScreen ( IntPtr hWnd, Point &position ) : bool
hWnd IntPtr
position Point
return bool
        public static extern bool ClientToScreen(IntPtr hWnd, out Point position);