Exemplo n.º 1
0
 internal static double GetWindowTransparency(IntPtr handle)
 {
                 #if DriverDebug
     Console.WriteLine("SetWindowTransparency({0}): Called", Window(handle));
                 #endif
     return(driver.GetWindowTransparency(handle));
 }
Exemplo n.º 2
0
 internal static double GetWindowTransparency(IntPtr handle)
 {
     DriverDebug("SetWindowTransparency ({0}): Called", Window(handle));
     return(driver.GetWindowTransparency(handle));
 }