复制图像的一部分并将其粘贴到另一个图像中?
假设我在 VB.NET 中获得了两个图像。两者都是 100x100。
然后我想复制第一张图像的一部分并将其粘贴到第二张图像上。
例如,假设我想从第一张图像中拾取矩形 (25,25,75,75),并将其粘贴到第二张图像的 (25,25) 点。
抱歉,这很难解释,所以这里有一个示例图片:
Lets say I got two images in VB.NET. Both are 100x100.
Then I want to copy a section of the first image and paste it on the second image.
For example, lets say I want to pickup the rectangle (25,25,75,75) from the first image, and paste it at (25,25) point of the second image.
Sorry, it is hard to explain, so here's an example image:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来像您正在寻找的东西。
http://www.vb-helper.com/howto_net_drawimage_copy_part.html
This looks like what you are looking for.
http://www.vb-helper.com/howto_net_drawimage_copy_part.html