dojox.gfx.path.Path._collectArgs
dojo.require("dojox.gfx.path");
defined in dojox/gfx/path.js
converts an array of arguments to plain numeric values
parameter | type | description |
---|---|---|
array | Array | an output argument (array of numbers) |
args | Array | an input argument (can be values of Boolean, Number, dojox.gfx.Point, or an embedded array of them) |