dojox.gfx.path.Path._updateBBox
dojo.require("dojox.gfx.path");
defined in dojox/gfx/path.js
updates the bounding box of path with new point
parameter | type | description |
---|---|---|
x | Number | an x coordinate |
y | Number | a y coordinate we use {l, b, r, t} representation of a bbox |