VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / transformPoints Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    transformPoints Method
    In This Topic
    Applies matrix to a points array.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: any
    
    // Parameters
    var points; // Type: object[]
    
    value = instance.transformPoints(points);
    
    
    function transformPoints(
    points
    Array of points, which should be transfomed.
    : object[]
    ) : any;

    Parameters

    points
    Array of points, which should be transfomed.
    Browser Compatibility
    56+
    45+
    11
    See Also