System.Drawing.Bitmap not thread safe?
2002-10-17 22:15:21+00 by Dan Lyke 0 comments
Aaaaugh! Okay, .NET mavens, anyone else find that instantiating System.Drawing.Bitmap
objects in a thread, then passing them through to the primary proceess via a delegate/event system where they get attached to a PictureBox
control causes random crashies? Why would instantiating a bitmap in the thread not be safe?