How to capture my form

G

Guest

I am developing Windows Forms application in C# using VS 2005. The
application draws some shapes on the panel. I need to change color intensity
on pixel-by-pixel basis (to compensate for monitor flaws). It appears that
the most reasonable way is to capture the image to bitmap, update the bitmap
and display it. Am I right? If yes, what is the best way to capture my panel
to bitmap (using C#)?

Thanks
Gregory Khrapunovich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top