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

    Parameters

    point
    Point.

    Return Value

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