VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / set_Matrix Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Matrix Method
    In This Topic
    Sets the transformation matrix.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebMatrixJS
    
    returnValue = instance.set_Matrix(value);
    
    
    function set_Matrix(
    value
    An instance of WebMatrixJS class.
    : WebMatrixJS
    ) : any;

    Parameters

    value
    An instance of WebMatrixJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also