Tag Archive | "image"

Using RotationY to rotate Objects in Silverlight

Wednesday, December 30, 2009

0 Comments

Using RotationY to rotate Objects in Silverlight

In this tutorial we will rotate an image left to right with a slider control.

Continue reading...

Using RotationX to rotate Objects in Silverlight

Sunday, December 13, 2009

4 Comments

Using RotationX to rotate Objects in Silverlight

In this tutorial we will rotate an image with a slider control. This is the 2nd tutorial of image transformations, the first tutorial ‘Scaling Objects with a Slider control in Silverlight’

Continue reading...

Drag and Drop images from Filesystem to Silverlight 4 Applications

Thursday, November 26, 2009

0 Comments

Drag and Drop images from Filesystem to Silverlight 4 Applications

In this video I show how to drag and drop images from the filesystem into a Silverlight 4 application. On an image component simply add a drop event and set AllowDrop=”True”

Continue reading...