专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
在c#中我们可以使用windowsapi捕捉屏幕图片,实现方法如下: 添加引用using System.Data;using System.Drawing.Imaging; 调用API并保存图片 [System.Runtime.InteropServices.DllImportAttribute(\"gdi32.dll\")] private static extern bool BitBlt( IntPtr hdcDest, //目的DC的句柄 int nXDest, //目的图形的左上角的x坐标 int nYDest, //目的 [阅读全文] [PDF]
标签:屏幕捕捉
1 共1条 分1页