I don't 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 2005's GDI+ is a lot faster. I mean one obvious thing is when you turn on double buffering:
Me.SetStyle(ControlStyles.OPTIMIZEDDoubleBuffering,True)
Optimized .
.NET will be native to Longhorn, so expect (major) improvements in speed.
ThePentiumGuy, I don't 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.