“InvalidOperationException:当前正在使用的对象”取决于控制类型

发布于 2024-08-22 09:16:34 字数 347 浏览 8 评论 0原文

如果我有下面的代码,一切都会正常 - 没有例外。

_imgOutput.Bitmap = _irViewAreaBitmap;
ibxOutput.Image = _imgOutput;

如果我不这样做(其他一切都相同):

pictureBox1.Image = _irViewAreaBitmap;

我得到一个“InvalidOperationException:当前对象...”。

我很困惑,因为我认为两个代码都会尝试同时访问 _irViewAreaBitmap,一个可以成功使用它,而另一个则不能!

谢谢!

If I have the below code, everything will work - no exceptions.

_imgOutput.Bitmap = _irViewAreaBitmap;
ibxOutput.Image = _imgOutput;

If instead of the above I did this (with everything else the same):

pictureBox1.Image = _irViewAreaBitmap;

I get an "InvalidOperationException: Object currently ...".

I am confused because I would think both codes would try to access the _irViewAreaBitmap at the same time, one can use it successfully, while the other cannot!

Thanks!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文