VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / invert Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    invert Method
    In This Topic
    Inverts this matrix.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS
    value = instance.invert();
    
    
    function invert() : WebMatrixJS;
    

    Return Value

    This matrix.
    Browser Compatibility
    56+
    45+
    11
    See Also