Пример #1
0
 internal static void ClientToScreen(IntPtr handle, ref int x, ref int y)
 {
                 #if DriverDebug
     Console.WriteLine("ClientToScreen ({0}, {1}, {2}): Called", Window(handle), x, y);
                 #endif
     driver.ClientToScreen(handle, ref x, ref y);
 }