Related resources for Direct Draw
  • Working With DirectDraw and Bitmap Images5/19/2012 12:50:25 AM. This month in the C-sharp DirectX column, we will be adding bitmap image support to our game engine.
  • Space Breakout - 2D Game Developed using DirectX and C#2/1/2006 10:57:11 PM. GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download