Progressive zoom is a technology provided by Deep Zoom, available in Silverlight as a MultiScaleImage . This enables Silverlight developers to render images with very large resolution whilst addressing performance constraints imposed by the client / server delivery model. MultiScaleImage does not provide a reasonable way to navigate to an image and this makes implementation of many interesting design scenarios slow.
We designed a MultiScaleSelection Control which is described here which addr ...
[Read more]