GeometryHitTestResult::IntersectionDetail Property

 

Gets the IntersectionDetail value of the hit test.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IntersectionDetail IntersectionDetail {
	IntersectionDetail get();
}

Property Value

Type: System.Windows.Media::IntersectionDetail

The 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).

Diagram of IntersectionDetail used in hit testing

The intersection between a hit test geometry and a target object

The following example shows how to use the IntersectionDetail property of GeometryHitTestResult.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: