c# 生成图片 加 添加边框 主要是在生成图片上面加边框,可以自定义背景等
Graphics g = Graphics.FromImage(这里是bitmap); g.DrawRectangle()
参考:http://bbs.csdn.net/topics/200018786