See here for a helpful article / source demo of how to make BitBlt operations much easier.
Link: http://www.vbforums.com/showthread.p...55#post1995555
Printable View
See here for a helpful article / source demo of how to make BitBlt operations much easier.
Link: http://www.vbforums.com/showthread.p...55#post1995555
does using BitBlt in .net offer any advantage to using the .NET graphics and GDI+ classes? like speed, etc..?
Speed mainly. But only on the Win32 platform of course. I haven't got around to benchmarking yet though. It is considerably faster if you already know the handles for the source and destination surfaces.
Also, this takes out some of the legwork with the more mundane image-image copying. Its multi-purpose really. :)