GeometryHitTestResult::IntersectionDetail Property
.NET Framework (current version)
Gets the IntersectionDetail value of the hit test.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Media::IntersectionDetailThe IntersectionDetail value of the hit test.
The IntersectionDetail property describes the intersection between a Geometry and the target visual object.
The following illustration shows the relationship between the hit test geometry (the blue circle) and the target object (the red square).

The intersection between a hit test geometry and a target object
The following example shows how to use the IntersectionDetail property of GeometryHitTestResult.
.NET Framework
Available since 3.0
Available since 3.0
Show: