.NET 2.0 on has the new DrawToBitmap method. Does this not work for you?

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> I have a user control which renders some text and also has a child control
> that renders an image and other graphics. Is there a way I could get my user
[quoted text clipped - 4 lines]
> Any ideas or examples?
> Thanks
mash - 11 Mar 2008 22:03 GMT
> ..NET 2.0 on has the new DrawToBitmap method. Does this not work for you?
Yikes...I didn't know about that one. Sometimes it's just a matter of
looking in the right place in the framework. I haven't tried it yet but I'm
guessing that yes the method DrawToBitmap will allow me to um...draw my
control to a bitmap.
Thanks Bob :)