跳到主要内容

Path.end()

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

Signature

Point path.end()
提示

This method is chainable as it returns the Path object

Example

Example of the Path.end() method