var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety); var value; // Type: number value = instance.get_m22();
function get_m22() : number;
Return Value
Value of the second row and second column of the matrix.
var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety); var value; // Type: number value = instance.get_m22();
function get_m22() : number;