search for: screen_1

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

Did you mean: screen1
2005 Apr 27
0
Screen capture
...ue, 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 window ie.screen_capture(''c:\\pics\\screen_1.bmp , tue , true ) # do...