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
)
Public Function AnnotationFromPoint (
dsPoint As Point
) As WpfAnnotationUI
Parameters
- dsPoint
- Type: System.WindowsPoint
The point to look at in document space.
Return Value
Type:
WpfAnnotationUIThe annotation found at the point or null (Nothing in VB) of there is no annotation at that position.
See Also