我只想使用智能设备应用程序捕获.Net Framework 2.0
中的屏幕。
不起作用:
Graphics g = Graphics.FromImage(screen);
g.CopyFromScreen(SystemInformation.VirtualScreen.X,
SystemInformation.VirtualScreen.Y,0, 0, screen.Size);
和
this.DrawToBitmap(bmp, new Rectangle(0, 0, bmp.Width, bmp.Height));
以上功能不起作用。