摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Linq;using System.Text;na... 阅读全文
posted @ 2015-10-27 17:32 西瓜子儿 阅读(381) 评论(0) 推荐(0) 编辑
摘要: Screen sc = Screen.PrimaryScreen; Rectangle rct = sc.Bounds; Image img = new Bitmap(rct.Width, rct.Height); ... 阅读全文
posted @ 2015-10-27 09:21 西瓜子儿 阅读(129) 评论(0) 推荐(0) 编辑