Determining the size of a Silverlight multi-scale image deep zoom source
Had a bit of a problem today trying to set a multi-scale image with a deep zoom source to fit the height. Fitting the width is easy:
1: //Reset origin
2: multiSourceImage.ViewportOrigin = new … more