VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / findAnnotationView Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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);
    
    
    function findAnnotationView(
    x
    The X coordinate of point, in the coordinate space of HTML document.
    : number,
    y
    The 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.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also