silverlight

TwitterFacebook
Get flash to fully experience Pearltrees
http://msdn.microsoft.com/en-us/library/cc645050(v=vs.95).aspx

Deep Zoom

After you load a Deep Zoom image, the user cannot yet interact with the image. To enable interaction, you need to handle MultiScaleImage events and use code to provide the zooming and panning functionality. The following example uses the MouseEnter event to zoom into the middle of the image when the mouse pointer moves over the image. Run this sample < MultiScaleImage x:Name = " deepZoomObject " Source = " source/dzc_output.xml " MouseEnter = " DeepZoomObject_MouseEnter " /> private void DeepZoomObject_MouseEnter( object sender, MouseEventArgs e) { // The ZoomAboutLogicalPoint method allows you to zoom and pan // in the same step.