Thanks
Mickey
A pointer? That isn't likely. You would need the actual image data.
If it really is a handle to a GDI+ bitmap, then look at
Image.FromHBitmap(handle as IntPtr).
--
Mike
Did you already take a look at the overloaded 'Bitmap' constructor?
There is one overload ('New(Int32, Int32, Int32, PixelFormat, IntPtr)')
which expects a pointer to binary bitmap data in its last parameter.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
"Herfried K. Wagner [MVP]" <hirf-spa...@gmx.at> wrote in message
news:ucQ8dwcg...@TK2MSFTNGP02.phx.gbl...