dojox
»
gfx
»
path
»
Path
» getLastPosition
dojox.gfx.path.Path.getLastPosition
dojo.require("dojox.gfx.path");
defined in dojox/gfx/path.js
returns the last point in the path, or null
Usage
function ()
(view source)
return
"x"
in
this
.
last
?
this
.
last
:
null
;
// Object