예제 #1
0
 internal static void GetWindowPos(IntPtr handle, bool is_toplevel, out int x, out int y, out int width, out int height, out int client_width, out int client_height)
 {
                 #if DriverDebug
     Console.WriteLine("GetWindowPos({0}): Called", Window(handle));
                 #endif
     driver.GetWindowPos(handle, is_toplevel, out x, out y, out width, out height, out client_width, out client_height);
 }
예제 #2
0
 internal static void GetWindowPos(IntPtr handle, bool is_toplevel, out int x, out int y, out int width, out int height, out int client_width, out int client_height)
 {
     DriverDebug("GetWindowPos ({0}): Called", Window(handle));
     driver.GetWindowPos(handle, is_toplevel, out x, out y, out width, out height, out client_width, out client_height);
 }