VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebMatrixJS type
    In This Topic
    Represents a 3x3 transformation matrix used for transformations in 2-D space.
    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;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Utils.WebMatrixJS

    Browser Compatibility
    56+
    45+
    11
    See Also