2012年10月8日

c# 摄像头截图

摘要: using System;using System.Runtime.InteropServices;using System.Drawing;using System.Drawing.Imaging;namespace Video{/// <summary>/// 一个控制摄像头的类/// </summary>public class VideoWork{private const int WM_USER = 0x400;private const int WS_CHILD = 0x40000000;private const int WS_VISIBLE = 0x10 阅读全文

posted @ 2012-10-08 19:04 gwazy 阅读(900) 评论(0) 推荐(0) 编辑

导航