Click or drag to resize

WpfRectangleAnnotationHitTest 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 override bool HitTest(
	Point dsPoint
)

Parameters

dsPoint
Type: System.WindowsPoint
The point to hit test.

Return Value

Type: Boolean
True if the point is on the annotation.
See Also