如何在asp.net面板上显示位图

发布于 2024-11-05 13:06:12 字数 23 浏览 0 评论 0原文

如何在.Net 面板上显示位图?

How to show bitmap over panel in .Net?

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

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

发布评论

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

评论(1

宣告ˉ结束 2024-11-12 13:06:12

我真的无法想象您在提出问题之前甚至尝试过自己这样做...

如果我向我的 Web 窗体添加一个 Panel 控件,然后在“属性”窗口中检查该控件的属性,我看到一个看起来特别有趣的: BackImageUrl 属性

Visual Studio 告诉我这允许我设置:

面板的背景图像。

通过将该属性设置为我选择的位图的 URL,我可以在 .NET 中的面板上显示位图。

I can't really imagine that you even tried doing this yourself before asking the question...

If I add a Panel control to my Web Form, and then examine the properties of that control in the Properties Window, I see one that looks particularly interesting: the BackImageUrl property.

Visual Studio tells me that this allows me to set:

The background image of the panel.

By setting that property to the URL of a bitmap of my choice, I can show a bitmap over a panel in .NET.

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