Click or drag to resize

WpfLayerAnnotationAnnotationFromPoint Method

Returns the annotation located at the specified point in document space.

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 WpfAnnotationUI AnnotationFromPoint(
	Point dsPoint
)

Parameters

dsPoint
Type: System.WindowsPoint
The point to look at in document space.

Return Value

Type: WpfAnnotationUI
The annotation found at the point or null (Nothing in VB) of there is no annotation at that position.
See Also