InkCanvas::HitTestCore Method (PointHitTestParameters^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether a given point falls within the rendering bounds of an InkCanvas.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual HitTestResult^ HitTestCore( PointHitTestParameters^ hitTestParams ) override
Parameters
- hitTestParams
-
Type:
System.Windows.Media::PointHitTestParameters^
An object that specifies the Point to hit test against.
Return Value
Type: System.Windows.Media::HitTestResult^An object that represents the Visual that is returned from a hit test.
.NET Framework
Available since 3.0
Available since 3.0
Show: