In this chapter, you'll learn:
Images and Bitmaps
June 26, 2009|Level 300 : Intermediate
Describes how to integrate images into your applications.
April 1, 2010|Level 300 : Intermediate
The WriteableBitmap can be used to create a bitmap pixel by pixel. It can also be used to render part of or the entire visual tree. Using a combination of rendering a visual element and pixel by pi...
March 22, 2010|Level 300 : Intermediate
The WriteableBitmap allows for the creation of a bitmap in memory one pixel at a time. You have complete control of the color of each and every pixel. In this video, Todd Miranda demonstrates how t...