VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / get_Matrix Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Matrix Method
    In This Topic
    Gets the transformation matrix.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();
    
    var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS
    value = instance.get_Matrix();
    
    
    function get_Matrix() : WebMatrixJS;
    

    Return Value

    An instance of WebMatrixJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also