7
shouts

WriteableBitmap pixel format in Silverlight 3 | Silverlight Games 101

published 244 days, 21 hours, 54 minutes ago posted by billreissbillreiss 246 days, 6 hours, 11 minutes ago
Friday, July 17, 2009 10:17:25 AM GMT Thursday, July 16, 2009 2:00:53 AM GMT

WriteableBitmap pixel format in Silverlight 315 Jul/090 The WriteableBitmap is one of the most interesting new features in Silverlight 3, especially for game development. I’m looking forward to the first pixel perfect collision game using this technology, one of my favorites was the classic Lemmings game.    The Pixels array contains one integer for every pixel, and you can find the correct array element by indexing row * width + col like this:  WriteableBitmap b = new WriteableBitmap(width, height...

category: Silverlight | clicked: 82 | | source: blogs.silverarcade.com | show counter code
tags: silverlight bitmap games