.NET 2005 GDI+ Hardware acelerated...

I dont know about GDI+ being hardware accelerated in .NET 2.0, but Longhorn will move away from the GDI interfaces in favor or new standard ones that are hardware accelerated. You will probably have to wait for Longhorn, but I could be very wrong.
 
well, all I know is that .NET 2005s GDI+ is a lot faster. I mean one obvious thing is when you turn on double buffering:
Me.SetStyle(ControlStyles.OPTIMIZEDDoubleBuffering,True)

Optimized :P.

.NET will be native to Longhorn, so expect (major) improvements in speed.
 
ThePentiumGuy, I dont think you can judge by the name of the style since by description it seems to do the same thing as current DoubleBuffer style ;), but it sure is apt to be faster.
 
Back
Top