C#图像处理:截图程序(包含鼠标)
摘要:
截图后在picbox中显示,用定时器定时每毫秒截图一次,在picbox上显示就有动画效果.代码: [DllImport("user32.dll")] static extern bool GetCursorInfo(out CURSORINFO pci); private const Int32 CURSOR_SHOWING = 0x00000001; [StructLayout(LayoutKind.Sequential)] struct POINT { public Int32 x;... 阅读全文
posted @ 2014-03-28 13:54 鹿我所录 阅读(5528) 评论(1) 推荐(0)
浙公网安备 33010602011771号