“InvalidOperationException:当前正在使用的对象”取决于控制类型
如果我有下面的代码,一切都会正常 - 没有例外。
_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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论