Reputation: 31815
How can I generate a bitmap of a control on a winform using C#?
Upvotes: 5
Views: 4572
Reputation:
Use Control.DrawToBitmap MSDN
Upvotes: 0
Reputation: 59705
You might try Control.DrawToBitmap().
Upvotes: 11
Reputation: 19004
Maybe this can help: http://www.syncfusion.com/FAQ/windowsforms/faq_c3c.aspx#q870q
Upvotes: 1