c# 8条语句实现屏幕抓图
摘要:
1Image myImage = new Bitmap(300, 200);2Graphics g = Graphics.FromImage(myImage);3g.CopyFromScreen(new Point(Cursor.Position.X - 150, Cursor.Position.Y - 25), new Point(0, 0), new Size(300, 200));4I... 阅读全文
posted @ 2006-12-19 17:23
星期六
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号