VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / get_m21 Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_m21 Method
    In This Topic
    Gets the value of the second row and first column of the matrix.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: number
    value = instance.get_m21();
    
    
    function get_m21() : number;
    

    Return Value

    Value of the second row and first column of the matrix.
    Browser Compatibility
    56+
    45+
    11
    See Also