var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety); var value; // Type: boolean // Parameters var m; // Type: WebMatrixJS value = instance.compareMatrix(m);
function compareMatrix(
mAn matrix to compare with this instance.: WebMatrixJS
) : boolean;
Parameters
- m
- An matrix to compare with this instance.
Return Value
True if matrix equals the value of this instance; otherwise, false.