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

    Parameters

    point
    Point.
    Browser Compatibility
    56+
    45+
    11
    See Also