When using GDI+ most graphics card drivers have only basic accelerated support suffering from poor rendering performance when compared with equivalent DirectX functionality. Direct 2D is damn fast! it bypasses a lot of the Windows GDI subsystem bloat and renders directly to the composited render surface on Windows7 + machines using full hardware acceleration (not CPU like most GDI/+ commands)DoubleDutch wrote:I'm puzzled. What will the difference be? Is there any advantage to the Direct 2D?

Chris.