var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS(); var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS // Parameters var x; // Type: number var y; // Type: number value = instance.findAnnotationView(x, y);
function findAnnotationView(
xThe X coordinate of point, in the coordinate space of HTML document.: number,
yThe Y coordinate of point, in the coordinate space of HTML document.: number
) : WebAnnotationViewJS;
Parameters
- x
- The X coordinate of point, in the coordinate space of HTML document.
- y
- The Y coordinate of point, in the coordinate space of HTML document.
Return Value
Annotation.