InkCanvas.HitTestCore(PointHitTestParameters) Method

Definition

Determines whether a given point falls within the rendering bounds of an InkCanvas.

protected override System.Windows.Media.HitTestResult HitTestCore(System.Windows.Media.PointHitTestParameters hitTestParams);

Parameters

hitTestParams
PointHitTestParameters

An object that specifies the Point to hit test against.

Returns

An object that represents the Visual that is returned from a hit test.

Applies to