私は試した:
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.
私の新しいクラスですが、一番下のシステムです.Windows. メディアがありません
Visual C# pro 2012 と .net 4.5 を使用しています。参照として追加しようとしましたが、.net と COM で探しましたが、そこにはありません。
私がそれを必要とする理由は、私のコードに PixelFormat があり、それが存在しないからです:
Bitmap bmpScreenShot = new Bitmap(currentScreen.Bounds.Width,
currentScreen.Bounds.Height,
PixelFormat.Format32bppArgb);
PixelFormat が存在しません。