findAnnotationView Method
In This Topic
Finds an annotation view at specified point, in the coordinate space of HTML document.
Syntax
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);
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.
Exceptions
| Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also