VB .NET:PictureBox 放大我的图像!

发布于 2024-10-10 17:21:58 字数 498 浏览 3 评论 0原文

这个问题我设法将两个 .png 图像合并为一个,然后将结果显示在 pictureBox 图像中。

然而,pictureBox 似乎放大了我的图像!让它变大!

图片框大小为 96x128。 我合并的两个图像的尺寸为 96x128。 pictureBox 的 SizeMode 设置为“Normal”

我注意到,尽管 pictureBox 的图像似乎被缩放,但它被剪切以保持 96x128 矩形。但我不希望它被放大......

谢谢。

IMAGE resourcesPath 只是我的资源文件夹的主路径。 “Bases”是我从中获取图像的路径中的文件夹。

In this question I managed to combine two .png images into one, and then display the result in a pictureBox image.

However, the pictureBox seems to scale up my image! Makes it bigger!

The pictureBox size is 96x128.
The two images I have combined are 96x128.
The pictureBox's SizeMode is set to "Normal"

I have noticed that even though the pictureBox's image seems to be zoomed, it is cut to keep the 96x128 rect. But I don't want it to be zoomed...

Thanks.

IMAGE
resourcesPath is simply the main path to my resources folder. And "Bases" is the folder in such path where I am taking the images from.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

无敌元气妹 2024-10-17 17:21:59
  1. 确保 Preview.sizemode 设置为正常。
  2. 在将位图结果分配给 Preview.image 之前检查其大小,并确保其确实为 96x128。
  1. Make sure the preview.sizemode is set to normal.
  2. Check the size of the bitmap Result just before you assign it to preview.image and make sure it is really 96x128.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文