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);
function set_m22(
: number
) : any;
Parameters
- value
- Value of the second row and second column of the matrix.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also