Question

How can I generate a bitmap of a control on a winform using C#?

Was it helpful?

Solution

You might try Control.DrawToBitmap().

OTHER TIPS

Use Control.DrawToBitmap MSDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top