VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / transformPointFromControlToDip Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    transformPointFromControlToDip Method
    In This Topic
    Transforms point from coordinate space of visible area of the image viewer to the device-independent pixels (1/96th inch).
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var value; // Type: object
    
    // Parameters
    var x; // Type: number
    var y; // Type: number
    
    value = instance.transformPointFromControlToDip(x, y);
    
    
    function transformPointFromControlToDip(
    x
    X coordinate in coordinate space of visible area of the image viewer.
    : number,
    y
    Y coordinate in coordinate space of visible area of the image viewer.
    : number
    ) : object;

    Parameters

    x
    X coordinate in coordinate space of visible area of the image viewer.
    y
    Y coordinate in coordinate space of visible area of the image viewer.

    Return Value

    Point in the device-independent pixels (1/96th inch).
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Thrown if viewer does not have image.
    Browser Compatibility
    56+
    45+
    11
    See Also