Functiondojox.gfx.Shape.applyRightTransform

dojo.require("dojox.gfx.shape");
defined in dojox/gfx/shape.js

multiplies the existing matrix with an argument on right side (this.matrix * matrix)

Usage

function (/*dojox.gfx.Matrix2D*/ matrix) (view source)
parametertypedescription
matrixdojox.gfx.Matrix2Da matrix or a matrix-like object (see an argument of dojox.gfx.Matrix2D constructor for a list of acceptable arguments)