When you use a geometry for the hit test parameter is there a way to get the point of intersection (i.e. hit开发者_StackOverflow) 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.
I don't think it can be done. If you are looking for finding the intersection between two geometries look at this.
精彩评论