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??