Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted
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.
Posted

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 :P.

 

.NET will be native to Longhorn, so expect (major) improvements in speed.

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

  • *Experts*
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...