dojox.gfx.Shape.setTransform
dojo.require("dojox.gfx.shape");
defined in dojox/gfx/shape.js
sets a transformation 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) |
PropertiesBack to top
a matrix or a matrix-like object (see an argument of dojox.gfx.Matrix2D constructor for a list of acceptable arguments)