Viewport3DVisual::HitTest Method (Point)

 

Returns the top-most visual object of a hit test performed at a specified Point.

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

public:
HitTestResult^ HitTest(
	Point point
)

Parameters

point
Type: System.Windows::Point

Point against which to hit test.

Return Value

Type: System.Windows.Media::HitTestResult^

The hit test result of the visual returned as a HitTestResult type.

.NET Framework
Available since 3.0
Return to top
Show: