如何将图片用于按钮和图片框?

发布于 2024-09-24 21:22:42 字数 223 浏览 0 评论 0原文

我有一张 jpg 格式和大小 765X368 的图片。

我需要在表单上使用这张图片作为按钮和图片框。

当我用于 pictureBox 时,我使用 Sizemode = StretchImage 并且我认为它非常好,但是当我将它用于我的按钮时,它又大又糟糕!

当我将图片加载到按钮时,如何缩小该图片(自动)?

I have a picture in jpg format and size 765X368.

I need to use this picture for button and pictureBox on my form.

When I use for pictureBox I use Sizemode = StretchImage and I see it excellent, but when I use it for my button, it's very big and bad!!!

How I can make smaller this picture (automatic) when I load it to my button?

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

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

发布评论

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

评论(2

蓦然回首 2024-10-01 21:22:42

您可以在按钮中使用图像之前即时调整图像大小。请参阅代码示例:http://snippets.dzone.com/posts/show/4336 .

You could resize your image on the fly before using it in your button. See a code sample at http://snippets.dzone.com/posts/show/4336 .

草莓味的萝莉 2024-10-01 21:22:42

尝试按钮的 SizeMode 的其他选项。一般来说,最好有两个不同的图像用于完整视图和按钮。

关于按钮的一个更棘手的事情是,它们往往......将图片向左或向右移动一点,而这一切看起来都不是您想要的方式。

Experiment with other options of SizeMode for button. In general it's always better to have two different images for a full view and for a button.

One more tricky thing about buttons is that they tend to... move the picture a little bit to the left or to the right, and it all looks not the way you would like it.

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