UIElement.HitTestCore Method (PointHitTestParameters)
.NET Framework 4.6 and 4.5
Implements HitTestCore to supply base element hit testing behavior (returning HitTestResult).
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
protected override HitTestResult HitTestCore( PointHitTestParameters hitTestParameters )
Parameters
- hitTestParameters
- Type: System.Windows.Media.PointHitTestParameters
Describes the hit test to perform, including the initial hit point.
Return Value
Type: System.Windows.Media.HitTestResultResults of the test, including the evaluated point.
See the original virtual method Visual.HitTestCore for information on overriding this method in further derived classes. Note that several specific controls (TextBlock, for example) do have distinct implementations, which override HitTestCore as defined by UIElement.
This method is not intended to be called from your application code. This method supports internal hit testing behaviors that are exposed by various aspects of the input system (whether the mouse pointer is over an element, for example).
Show: