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?