VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / multiplyMatrix Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    multiplyMatrix Method
    In This Topic
    Multiplies two matrices.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS
    
    // Parameters
    var first; // Type: WebMatrixJS
    var second; // Type: WebMatrixJS
    
    value = instance.multiplyMatrix(first, second);
    
    
    function multiplyMatrix(
    first
    The first matrix.
    : WebMatrixJS,
    second
    The second matrix.
    : WebMatrixJS
    ) : WebMatrixJS;

    Parameters

    first
    The first matrix.
    second
    The second matrix.

    Return Value

    The result matrix.
    Browser Compatibility
    56+
    45+
    11
    See Also