在 C# 中清除 Picturebox.backgroundimage
我有一个图片框,我可以将图像加载到其 .backgroundimage 函数中,现在我有一个按钮应该清除它,但没有。我尝试过使用这段代码: secondarycapturebox.Dispose(); 但图像仍然在图片框中。 请帮忙,
谢谢
I have a picturebox where i can load a image into its .backgroundimage function and now i have a button that is suppose to clear it but doesn't. I have tried using this code:
secondcapturebox.Dispose();
But yet still the image is in the picturebox.
Please Help,
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须将其设置为空。像这样:
You have to set it to null. Like this:
你尝试过吗...
Have you tried...