search for: active_window_only

Displaying 1 result from an estimated 1 matches for "active_window_only".

2005 Apr 27
0
Screen capture
...ot fully qualified the current directory is used # * active_window - boolean - if true, the whole screen is captured, if false, just the active window is captured # * save_as_bmp - boolean - if true saves the file as a bitmap, saves it as a jpeg otherwise def screen_capture(filename , active_window_only=false, save_as_bmp=false) ie.screen_capture(''c:\\pics\\screen_1.jpg) # does a copy of the whole screen ie.screen_capture(''c:\\pics\\screen_1.jpg) # does a copy of the whole screen ie.screen_capture(''c:\\pics\\screen_1.jpg , true ) # does a copy of the active...