Skip to main content

Path.end()

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

Signature​

Point path.end()
tip

This method is chainable as it returns the Path object

Example​

Example of the Path.end() method