VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / getLastTransformMatrix Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getLastTransformMatrix Method
    In This Topic
    Returns the last transformation matrix that was applied to the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS
    value = instance.getLastTransformMatrix();
    
    
    function getLastTransformMatrix() : WebMatrixJS;
    

    Return Value

    The last transformation matrix that was applied to the annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also