Path.start()

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

Signature

Javascript
Point path.start()
TIP|

This method is chainable as it returns the Path object

Example