• 大小: 3.67KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 视频  截图  

资源简介

视频截图的类源码下载

资源截图

代码片段和文件信息

using System;
using System.IO;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace DongFengHealth
{
/// 
/// avicap 的摘要说明。
/// 
public class showVideo
{
// showVideo calls
[DllImport(“avicap32.dll“)] public static extern IntPtr capCreateCaptureWindowA(byte[] lpszWindowName int dwstyle int x int y int nWidth int nHeight IntPtr hWndParent int nID);
[DllImport(“avicap32.dll“)] public static extern bool capGetDriverDescriptionA(short wDriver byte[] lpszName int cbName byte[] lpszVer int cbVer);
[DllImport(“User32.dll“)] public static extern bool SendMessage(IntPtr hWnd int wMsg bool wParam int lPara

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      14689  2005-10-24 23:12  Camera.cs

----------- ---------  ---------- -----  ----

                14689                    1


评论

共有 条评论