Search code examples
wpfintersectionpointhittest

How to get the point of Visual HitTest when using a geometry as a hit test parameter


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.


Solution

  • I don't think it can be done. If you are looking for finding the intersection between two geometries look at this.