How to draw images by GDI+ as fast as BitBlt?

Asked By Peiman Amini
30-Oct-09 03:29 PM
Earn up to 30 extra points for answering this tough question.

Hi!

Is there any GDI+ function which can replace BitBlt (and similar GDI32 functions) ? the graphic class has DrawImage function that only works with Images, (not directly with bitmaps or HDCs). How can I draw a part of  Graphics into another one? can I use Regions?

Create New Account