var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety); var value; // Type: number value = instance.get_m12();
function get_m12() : number;
Return Value
Value of the first 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_m12();
function get_m12() : number;