VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / compareMatrix Property
Syntax BrowserCompatibility SeeAlso
In This Topic
compareMatrix Method
In This Topic
Returns a value indicating whether this instance is equal to a specified matrix.
Syntax
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);

Parameters

m
An matrix to compare with this instance.

Return Value

True if matrix equals the value of this instance; otherwise, false.
Browser Compatibility
56+
45+
11
See Also