Overview
The bitmap scaling sample application demonstrates how to scale the size of a Bitmap image.
The sample application demostrates how to scale an original Bitmap image into new Bitmap objects, how to apply filters that help reduce the pixelated appearance of a scaled Bitmap image, and how to preserve the aspect ratio of the image.
Next topic: Featured classes