摘要:
string tempImagePath = Application.StartupPath; string temp = tempImagePath + "\\CurrentScreenImage"; Directory.CreateDirectory(@temp); Image i = new Bitmap(this.Width, this.Height); Graphics g = Graphics.FromImage(i); g.CopyFromScreen(new Point... 阅读全文