How to capture my form

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top