ComponentOne Imaging for Silverlight Library
Warping - Just for Fun
Bitmap > Working with Bitmap for Silverlight > Warping - Just for Fun

The initial demo for the C1Bitmap component showed how to manipulate an image pixel by pixel through warping. This can be seen today in the ControlExplorer. The code basically uses a lot of math to apply circular transforms throughout the images pixels. For this sample I have made no changes to this code- I just wanted to add it for fun.