Search
DependencyPresenter.HitTestCore Method
See Also
 





UIElement.HitTestCore override.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

protected override HitTestResult HitTestCore (
    PointHitTestParameters hitTestParameters
)

Visual Basic  Copy Code

Protected Overrides Function HitTestCore( _
    hitTestParameters As PointHitTestParameters _
) As HitTestResult

 Parameters

hitTestParameters

Describes the hit test to perform, including the initial hit point.

 Return Value

Results of the test, including the evaluated point.

 See Also