var
mtx1=app.getTranslationMatrix(-20, 75);
mtx=app.concatenateTranslationMatrix(mtx1, 150, -200);
alert(mtx);