Top "Drawtobitmap" questions

How can I get a screenshot of control? DrawToBitmap not working

I have a pictureBox that's being painted to externally via a dll call. private void myPictureBox_Paint(object sender, PaintEventArgs …

c# .net winforms drawtobitmap
Converting WebBrowser.Document To A Bitmap?

Is it possible to draw a WebBrowser.Document to a Bitmap? Basically taking a screenshot of a WebBrowser control (note, …

c# browser drawtobitmap
WebBrowser.DrawtoBitmap() generating blank images for few sites consistently

I've been using WebBrowser.DrawtoBitmap() in my asp.net page running in separate STA thread to capture web pages as …

c# asp.net screenshot drawtobitmap