摘要:
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... 阅读全文
posted @ 2014-01-19 16:29
#天空#
阅读(157)
评论(0)
推荐(0)

浙公网安备 33010602011771号