Flex 中鼠标单击时的全局坐标值

发布于 2024-09-11 04:52:59 字数 171 浏览 2 评论 0原文

在 Flex 中,我使用以下代码:

我正在使用 event.event.localX 来获取 x 轴,但它是参考本地坐标的。如何获取或传递用户单击的 HBox 的 xAxis 的值,以便我可以将其添加到本地坐标的 xAxis 中。

换句话说,我需要全局坐标值? (即x轴和y轴)

In Flex, I am using the following code:

I am using event.event.localX to get the x-axis but it is with reference to local coordinates. How can I get or pass the value of the HBox's xAxis that is clicked by the user so that I can add it in the xAxis of the local coordinate.

In other words, I need the global coordinate value? (i.e. x-axis & y-axis)

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

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

发布评论

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

评论(1

歌枕肩 2024-09-18 04:52:59

MouseEvent 具有 stageXstageY 属性。

MouseEvent has stageX and stageY properties.

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