Skip to main content

Path.clone()

The Path.clone() method returns a new Path object that is a deep copy of this path.

Signature

Path path.clone()

Example

Example of the Path.clone() method