explain deep zoom in silverlight?
Answer / Brijesh Singh
Deep Zoom is a technology in Silverlight that allows for highly detailed images to be viewed at various levels of magnification, while maintaining smooth and responsive performance. It does this by using a pyramid-like data structure where each level has progressively less detail than the one below it. When the user zooms in, only the necessary higher resolution data is loaded, making for quicker load times and smoother navigation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What files are contained by .xap file?
Explain the procedure of creating hyperlinks in Silverlight application?
How can you change the startup page of silverlight application?
Which tools are required to build silverlight applications?
What is the silverlight official name?
what happens if we press f5 in visual studio to run a silverlight application?
explain deep zoom in silverlight?
Does silverlight work on safari?
How would you use a .xap file?
How would you perform event handling in silverlight?
what is .xap file in context of silverlight?
What are the programming languages in which you can implement behavior of silverlight application?