Click or drag to resize

AnnotationControllerAnnotationFromPoint Method (PointF)

Returns the annotation located at a specific point on the control.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationUI AnnotationFromPoint(
	PointF vsPoint
)

Parameters

vsPoint
Type: System.DrawingPointF
The point to search for an annotation. This point should be specified in view space.

Return Value

Type: AnnotationUI
The annotation at the location or null (Nothing in VB) if there is no annotation at that location.
See Also