dojox.gfx.Shape.applyTransform
dojo.require("dojox.gfx.shape");
defined in dojox/gfx/shape.js
a shortcut for dojox.gfx.Shape.applyRightTransform
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) |