Silverlight 深度缩放无需 asp.net?
我想在 Silverlight 中使用深度缩放,但当我在独立的 html 文件中而不是通过 iis 使用 Silverlight 应用程序时,图像似乎不会变得清晰。我可以放大和缩小,但图像模糊。如果我使用的是 asp.net 网站,则效果很好。是否可以在没有 iis 的情况下使用 Silverlight 深度缩放?
I want to use deep zoom in Silverlight, but it seems that the images don't get sharp when I'm using my Silverlight application in a standalone html file, and not through iis. I'm able to zoom in and out, but the images is blurred. This works fine if I'm using a asp.net web site. Is it at all possible to use Silverlight deep zoom without iis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。 Deep Zoom 在导出时创建的 Web 项目的 ClientBin 文件夹中创建一个测试 htm。我可以直接从文件系统打开此 HTM 的副本,并且所有多尺度功能都可以继续正常工作。
Yes it is possible. Deep zoom creates a test htm in the ClientBin folder of the Web project it creates when you export. I can open my copy of this HTM directly from the file system and all the multi scale functions continue to work fine.