VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / getImageByLocation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getImageByLocation Method
    In This Topic
    Returns an image by location.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Shared.WebImageJS
    
    // Parameters
    var location; // Type: object
    
    value = instance.getImageByLocation(location);
    
    
    function getImageByLocation(
    location
    The point in the coordinate space of client area of image viewer.
    : object
    ) : WebImageJS;

    Parameters

    location
    The point in the coordinate space of client area of image viewer.

    Return Value

    The WebImageJS object if point is located on image; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also