A have a picturebox on my screen (Visible=True) with dimensions 2000x2000 pixels. It doesn't fit in the 1024x768 screen.
When I StretchBlt the thing to a 400x400 picturebox, everything beyond 1024x768 looks "scrambled".
I set the StretchBltMode to 4 (smoothing), the scrambling remains the same...
How the hell can I retrieve the invisible part?
At the moment, I have to redraw the picture with a different offset until 2000x2000 has been reached. But I think there's a better solution, which, unfortunately, I can't remember!