在 WPF 中,您可以命中 PathFigure 的片段吗?

发布于 2024-07-17 15:52:33 字数 141 浏览 3 评论 0原文

我正在制作一个控件,涉及拖动显示元素的各个部分。 由于它的一部分是圆弧,因此我必须使用 PathFigure,以便可以使用 ArcSegments。 我希望能够知道鼠标是否位于图形的特定部分上,但我没有看到明显的方法来做到这一点。 这是不可能的还是我错过了什么?

I'm making a control that involves dragging pieces of a displayed element around. Since part of it is an arc, I have to use a PathFigure so I can use ArcSegments. I'd like to be able to know if the mouse is over a particular segment of the figure, but I don't see an obvious way to do this. Is it impossible or am I missing something?

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

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

发布评论

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

评论(1

离线来电— 2024-07-24 15:52:33

根 Path 对象具有鼠标的正常 UI 事件,而不是一个具有大量弧的路径,您将需要大量每个都带有弧的路径。

the root Path object has the normal UI events for Mouse, instead of one Path with lots of Arcs you will need lots of Paths with an arc in each.

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