使用 System.Drawing.Image 作为较大图像的中心部分?

发布于 2024-09-12 09:06:44 字数 153 浏览 4 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江城子 2024-09-19 09:06:44

很多类似的问题,我认为这里会向您展示基础知识:

如何使用 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文