摘要:
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... 阅读全文