Functiondojox.gfx.Shape.applyLeftTransform

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

multiplies the existing matrix with an argument on left side (matrix * this.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)