WpfAnnotationGripsHitTestCore Method (PointHitTestParameters) |
Tests whether a specified point is on the grips or annotation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.0.0.251 (.NET 4.5.2, x86)
Syntaxprotected override HitTestResult HitTestCore(
PointHitTestParameters hitTestParameters
)
Protected Overrides Function HitTestCore (
hitTestParameters As PointHitTestParameters
) As HitTestResult
Parameters
- hitTestParameters
- Type: System.Windows.MediaPointHitTestParameters
A PointHitTestParameters argument containing the hit test point.
Return Value
Type:
HitTestResult A HitTestResult if the point is over a grip or annotation. Null (Nothing in VB) is
returned if there was no hit.
See Also