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