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

    Parameters

    rect
    Rectangle.
    Browser Compatibility
    56+
    45+
    11
    See Also