Skip to main content

Path.setHidden()

The Path.setHidden() method either hides or unhides the path depending on the value you pass it.

Signature

Path path.setHidden(bool hidden = false)
tip

This method is chainable as it returns the Path object

Example

a c

Example of the Path.setHidden() method