VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / transformPointFromScreenToViewer Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
    transformPointFromScreenToViewer Method
    Transforms point from the browser (screen) coordinate space to the coordinate space of client area of the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: object
    
    // Parameters
    var x; // Type: number
    var y; // Type: number
    
    value = instance.transformPointFromScreenToViewer(x, y);
    
    

    Parameters

    x
    X coordinate in the browser (screen) coordinate space.
    y
    Y coordinate in the browser (screen) coordinate space.

    Return Value

    Point in coordinate space of client area of the image viewer.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Remarks

    The center of coordinate space of client area of the image viewer is the left-top point of client area of the image viewer.

    Browser Compatibility
    56+
    45+
    11
    See Also