VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / rotatePrepend Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    rotatePrepend Method
    In This Topic
    Rotates (prepend) this matrix about the specified point.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
    
    var value; // Type: any
    
    // Parameters
    var angle; // Type: number
    var center; // Type: number
    
    value = instance.rotatePrepend(angle, center);
    
    
    function rotatePrepend(
    angle
    The angle, in degrees, by which to rotate this matrix.
    : number,
    center
    The point about which to rotate this matrix.
    : number
    ) : any;

    Parameters

    angle
    The angle, in degrees, by which to rotate this matrix.
    center
    The point about which to rotate this matrix.
    Browser Compatibility
    56+
    45+
    11
    See Also