Open an image is synchronous operation?
Hi all.
I have one problem in my project. I open some bitmap with the instruction new Bitmap().
I would like to know if this operation is synchronous or asynchronous. I think the second because there are some problem in the application when it run.
Thanks a lot!
Enrico.