使用几何图形作为命中测试参数时如何获取 Visual HitTest 的点
当您使用几何图形作为命中测试参数时,有没有一种方法可以获取两个几何图形之间的交点(即命中),现在它只说它已被命中,而我所看到的 HitTestResult 却没有提供任何此类信息。
When you use a geometry for the hit test parameter is there a way to get the point of intersection (i.e. hit) between the two geometries, right now it only says that it has been hit and the HitTestResult from what I can see doesn't provide any such info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。如果您正在寻找两个几何图形之间的交集,请查看 这个。
I don't think it can be done. If you are looking for finding the intersection between two geometries look at this.