c# 生成图片 加 添加边框 主要是在生成图片上面加边框,可以自定义背景等
收起
Graphics g = Graphics.FromImage(这里是bitmap); g.DrawRectangle()
报告相同问题?