[wxPython] Creation of bitmap based on window or screen coordinates

Hi,

Is there a way to create a bitmap of the information on the screen based on
window or screen coordinates? I don't want to draw onto a wxMemoryDC as the
information is spread across several windows. I want to take a snap shot of
the area of the screen and make a bitmap from it. Is it possible??

Regards,

Gordon Williams

Is there a way to create a bitmap of the information on the screen based

on

window or screen coordinates? I don't want to draw onto a wxMemoryDC as

the

information is spread across several windows. I want to take a snap shot

of

the area of the screen and make a bitmap from it. Is it possible??

I think you can do it with a wxScreenDC. Create an instance of it and Blit
the area you want from it to a wxMemoryDC.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!