Skip to main content

Path.start()

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

Signature​

Point path.start()
tip

This method is chainable as it returns the Path object

Example​

Example of the Path.start() method