ACPAddIn.ThisAddIn.ClientToScreen C# (CSharp) Méthode

ClientToScreen() private méthode

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