VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / WebMatrixJS Constructors / WebMatrixJS Constructor()
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebMatrixJS Constructor()
    In This Topic
    Initializes a new instance of the WebMatrixJS class.
    Syntax
    // Parameters
    var m11; // Type: number
    var m12; // Type: number
    var m21; // Type: number
    var m22; // Type: number
    var offsetx; // Type: number
    var offsety; // Type: number
    
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    
    function WebMatrixJS() : WebMatrixJS;
    
    Browser Compatibility
    56+
    45+
    11
    See Also