views:

254

answers:

3

Hello i am new to silverlight. i need to create zoom in & zoom out options for an image at run time using silverlight. please give some idea. it is better if you explain with some code samples.

A: 

Consider using the Deep Zoom technology.

AnthonyWJones
+1  A: 

Add a ScaleTransform to your image or its container and control the ScaleX and ScaleY properties via some other input mechanism at runtime (typically a Slider control updating the scale values on the its changed event).

Gordon Mackie JoanMiro
A: 

You should checkout vectorlight toolkit. It has out of box controls for Zoom, Pan, Magnifier features. Check Vectorlight.net site.

pencilslate