VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / transformVector Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    transformVector Method
    In This Topic
    Applies matrix to the specified vector.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: object
    
    // Parameters
    var vector; // Type: object
    
    value = instance.transformVector(vector);
    
    
    function transformVector(
    vector
    Vector.
    : object
    ) : object;

    Parameters

    vector
    Vector.

    Return Value

    Transformed vector.
    Browser Compatibility
    56+
    45+
    11
    See Also