R – Deep Zoom Rotation

deepzoomsilverlight

Is it possible to do rotations in Silverlight Deep Zoom? I'd like the animation to be fast and as seamless as possible.

In other words can I rotate the Deep Zoom area, while keeping the Deep Zoom effect?

Best Answer

Yes you can - just apply a RotationTransform to the MultiScaleImage or one of its parents. One caveat is that if you use mouse panning navigation you will need to adjust your code to account for the transformation.

Related Topic