dojox.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)
parameter | type | description |
---|---|---|
matrix | dojox.gfx.Matrix2D | a matrix or a matrix-like object (see an argument of dojox.gfx.Matrix2D constructor for a list of acceptable arguments) |