C# 抓取屏幕图片
摘要:
利用非托管库"GDI32.DLL"中的BitBlt方法来进行屏幕抓图1:首要要引入的命名空间为:using System.Drawing;uisng System.Runtime.InteropServices;2:导入非托管方法BitBlt:private static extern bool BitBlt(IntPtr hdcDest,int nXDest,int nYDest,int nWi... 阅读全文
posted @ 2008-08-27 17:09 沉默的人 阅读(841) 评论(1) 推荐(0)
浙公网安备 33010602011771号