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.
From stackoverflow
-
Consider using the Deep Zoom technology.
-
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).
-
You should checkout vectorlight toolkit. It has out of box controls for Zoom, Pan, Magnifier features. Check Vectorlight.net site.
0 comments:
Post a Comment