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

    Parameters

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