Graphics and Bitmap objects interop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to have a hint to solve this problem:

I have a simple user control (myControl) and I'm writing a custom OnPaint
event. I have the Graphics object passed through PaintEnventArgs. Now I would
like to copy a region from the control 'canvas' to a Bitmap object to process
it. How do I do this ?

Thanks in advance,
 

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

Similar Threads


Back
Top