VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebMatrixJS type / set_m22 Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_m22 Method
In This Topic
Sets the value of the second row and second column of the matrix (scale Y).
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_m22(value);

Parameters

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