绘制到位图时Geckofx 45发送错误代码253

时间:2016-07-19 08:42:12

标签: c# wpf winforms geckofx

我在截取Gecko 45时遇到问题。

这是我的代码:

Bitmap bitmap = new Bitmap(browser.Width, browser.Height);
browser.DrawToBitmap(bitmap, new System.Drawing.Rectangle(0,0,browser.Width,browser.Height));
bitmap.Save("Screenshots/test.png",System.Drawing.Imaging.ImageFormat.Png);

这是控制台输出:

'WpfApplication1.vshost.exe' (CLR v4.0.30319: WpfApplication1.vshost.exe): Loaded 'C:\WINDOWS\assembly\GAC\Microsoft.mshtml\7.0.3300.0__b03f5f7f11d50a3a\Microsoft.mshtml.dll'. Module was built without symbols.
The program '[5056] WpfApplication1.vshost.exe' has exited with code 253 (0xfd).

0 个答案:

没有答案