为什么ImageButton控件没有显示正确的坐标值?

发布于 2024-10-11 03:18:42 字数 423 浏览 5 评论 0原文

<asp:Label ID="Label1" runat="server" Text="Click Image Button"></asp:Label><br />
<asp:Label ID="Label2" runat="server" Text="See The Co-ordinates"></asp:Label>
<br />
<asp:ImageButton ID="ImageButton1" runat="server" Height="100" Width="100" ImageUrl="~/DSC06427.jpg" onclick="ImageButton1_Click" />

在这两个标签添加在图像上方,但图像 y 坐标的最大值仍然是 100 相反,它应该是 100+

<asp:Label ID="Label1" runat="server" Text="Click Image Button"></asp:Label><br />
<asp:Label ID="Label2" runat="server" Text="See The Co-ordinates"></asp:Label>
<br />
<asp:ImageButton ID="ImageButton1" runat="server" Height="100" Width="100" ImageUrl="~/DSC06427.jpg" onclick="ImageButton1_Click" />

In this two labels are added above the image but still the maximum value of image y co-ordinate is 100 Instead It should be 100+

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

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

发布评论

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

评论(1

天涯离梦残月幽梦 2024-10-18 03:18:42

实际上,坐标是相对于图像角而不是根据页面获取的,这就是发生这种情况的原因。

Actually the co-ordinates are taken with respect to image corner not according to page thats why this occurs.

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