Silverlight深度缩放图像点击问题

发布于 2024-07-26 07:19:34 字数 350 浏览 7 评论 0原文

我正在使用 Deep Zoom Composer 生成 XAP 和 html 文件,它们对我来说工作得很好。 目前,我想检索有关最终用户单击哪个图像的信息,并且想在同一页面上的另一个 Silverlight TextBox 控件中显示用户单击图像的描述信息。 描述信息当前存储在数据库中,并且具有WCF接口。 所以,我需要知道整个深度缩放区域中的哪张图像被点击(支持我有100张图像,连续10张图像和10行)。

有参考样本或文件吗? 我在 Windows Vista x86 Enterprise 上使用 Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0。

提前致谢, 乔治

I am using deep zoom composer to generate XAP and html files and they works fine for me. Currently, I want to retrieve the information about which image the end user is clicked, and I want to display the description information for the user clicked image in another Silverlight TextBox control on the same page. The description informaiton is currently stored in a database, and has WCF interface. So, I need to know which image in the whole deep zoom area is clicked (support I have 100 images, 10 images in a row and 10 rows).

Any reference samples or documents? I am using Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0 on Windows Vista x86 Enterprise.

thanks in advance,
George

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

箹锭⒈辈孓 2024-08-02 07:19:35

projectsilverlight Wilfred Pinto 发布了有趣的解决方案来查找所选图像的图像索引。 去看看这里

我使用索引循环遍历 MetaData.xml 集合以查找关联图像的标签。

projectsilverlight Wilfred Pinto posted interesting solution to find the image index of the selected image. go check out here

I used the index to loop through the MetaData.xml collection to find the tags associated image..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文