Hello everyone,
I am confused about the ViewportOrigin property of MultiScaleImage. I think the property should be used only for MultiScaleSubImage to assign the relative location of a sub image to the whole deep zoom region, why we need to set the ViewportOrigin property of MultiScaleImage (i.e. the whole deep zoom region)? The whole deep zoom region's left-top corner is always (0, 0), so why need to apply ViewPortOrigin property for the whole deep zoom area?
From the below MSDN link, we can learn this property apply for both MultiScaleImage and MultiScaleSubImage.
http://msdn.microsoft.com/en-us/library/cc963427(VS.95).aspx
Could anyone show me a sample when we nede to set the ViewportOrigin property of MultiScaleImage please?
thanks in advance, George