Path.end()

The Path.end() method returns the Point object at the end of the path.

Signature

Javascript
Point path.end()
TIP|

This method is chainable as it returns the Path object

Example