摘要: private void DraweImage() { //Image image = Image.FromFile(Server.MapPath("Resources/images/logo.jpg"));//读取图片 //Graphics g = Graphics.FromImage(image);//创建画笔 //g.DrawImage(image, 0, 0, image.Width, image.Height);//画图 //SolidBrush drawBrush = new SolidBrush(Color.FromA#01154f... 阅读全文
posted @ 2012-02-14 12:47 Look_Sun 阅读(525) 评论(0) 推荐(0) 编辑