我试过了:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using AviFile;
using ScreenShotDemo;
using System.Threading;
using System.Windows.
在我的新课程中,但在底部 system.Windows 中。没有媒体
我使用 Visual c# pro 2012 和 .net 4.5 尝试将其添加为参考,在 .net 和 COM 中查找它,但它不存在。
我需要它的原因是在我的代码中我有 PixelFormat 并且它不存在:
Bitmap bmpScreenShot = new Bitmap(currentScreen.Bounds.Width,
currentScreen.Bounds.Height,
PixelFormat.Format32bppArgb);
PixelFormat 不存在。