使用 System.Drawing.Image 作为较大图像的中心部分?
我有一个 System.Drawing.Image,我想将其用作新的更大图像的中心部分。我得到了(总是)较大图像的尺寸,其想法是使该图像全白并用第一张图像覆盖其中心。有没有办法使用 GDI+ 来做到这一点?也许是TextureBrush 和Graphic 类的某种组合?我愿意接受建议。谢谢!
I have a System.Drawing.Image that I would like to use as the centered portion for a new, larger image. I’m given the dimensions of the (always) larger image and the idea is to make that image all white and overlay its center with the first image. Is there a way to do this using GDI+? Some combination of TextureBrush and the Graphic class perhaps? I’m open to suggestions. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很多类似的问题,我认为这里会向您展示基础知识:
如何使用 c# 和 asp.net 将多个透明 PNG 放置到 JPG 上?
Lots of similar questions, here's one that I think will show you the basics:
How could I position multiple transparent PNGs onto a JPG using c# and asp.net?