Is it possible to make a fully managed code Bitmap object? My understanding is the Bitmap object is a wrapper around a GDI object - which is unmanaged code.
I am interesting in doing this to (hopefully) increase performance when dealing with thousands of images.