PointHitTestParameters::HitPoint Property

 

Gets the Point against which to hit test.

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

public:
property Point HitPoint {
	Point get();
}

Property Value

Type: System.Windows::Point

The Point against which to hit test.

The following example shows how to override default hit test support in a user-defined visual object. In this case, the HitPoint value is simply returned as part of PointHitTestResult.

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

.NET Framework
Available since 3.0
Return to top
Show: