GeometryHitTestResult Constructor (Visual^, IntersectionDetail)
.NET Framework (current version)
Initializes a new instance of the GeometryHitTestResult class by using a specified visual object and IntersectionDetail value.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- visualHit
-
Type:
System.Windows.Media::Visual^
The visual object that is hit during a hit test.
- intersectionDetail
-
Type:
System.Windows.Media::IntersectionDetail
Describes the intersection between a Geometry and visualHit.
The following example shows how to create a GeometryHitTestResult object and use it as a return value for an overridden implementation of HitTestCore.
.NET Framework
Available since 3.0
Available since 3.0
Show: