Click or drag to resize

WpfAnnotationUIHitTestCore Method (PointHitTestParameters)

Determines whether a point coordinate value is within the bounds of the visual object.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override HitTestResult HitTestCore(
	PointHitTestParameters hitTestParameters
)

Parameters

hitTestParameters
Type: System.Windows.MediaPointHitTestParameters
A PointHitTestParameters object that specifies the Point to hit test against.

Return Value

Type: HitTestResult
A HitTestResult that represents the Visual that is returned from a hit test.
See Also