Click or drag to resize

WpfEllipseAnnotationHitTest 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: 2026.2.0.0.42 (.NET 4.6.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