边缘移动的控制点

发布于 2024-12-18 12:30:52 字数 90 浏览 1 评论 0原文

在我的图形边缘有点,我想要有这样的行为:我拖动边缘点之一,另一个点保持在原位,只有我的点(在鼠标光标下)正在拖动,并且另一个点之间的距离发生变化。我怎样才能实现这个?

In my graph edges have points and I want to have such behavior: I drag one of edges points another points stay in place and only my point(under mouse cursor) is dragging and the distance between another points changes. How can I implement this?

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

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

发布评论

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

评论(1

伴随着你 2024-12-25 12:30:52

如果没有 sscce,您可以查看这些示例以获取一些想法:此示例展示了如何操作具有两个端点的线。 这个更复杂的示例管理一个 List其中每个节点代表一个可以拖动的Point

Absent your sscce, you might look at these examples for some ideas: This example shows how to manipulate a line with two endpoints. This more complex example manages a List<Node> in which each node represents a Point that can be dragged.

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