VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / set_m11 Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_m11 Method
Sets the value of the first row and first column of the matrix (scale X).
Syntax
var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_m11(value);

Parameters

value
Value of the first row and first column of the matrix.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also