WpfAnnotationUIHitTest Method |
This method will determine whether the specified point is on the annotation.
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 public virtual bool HitTest(
Point dsPoint
)
Public Overridable Function HitTest (
dsPoint As Point
) As Boolean
Parameters
- dsPoint
- Type: System.WindowsPoint
The point to hit test.
Return Value
Type:
BooleanTrue if the point is on the annotation.
See Also