VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / getTransformFromContentSpace Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getTransformFromContentSpace Method
    In This Topic
    Returns the transformation matrix in the annotation coordinate space.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: object
    
    // Parameters
    var drawingSurfaceMatrix; // Type: object
    
    value = instance.getTransformFromContentSpace(drawingSurfaceMatrix);
    
    
    function getTransformFromContentSpace(
    drawingSurfaceMatrix
    The transformation matrix in the drawing surface space.
    : object
    ) : object;

    Parameters

    drawingSurfaceMatrix
    The transformation matrix in the drawing surface space.

    Return Value

    The transformation matrix in the annotation coordinate space.
    Browser Compatibility
    56+
    45+
    11
    See Also