closePath

fun PathElementManager.closePath(): ClosePath

Add a ClosePath to this manager.

Return

the control added.


inline fun closePath(configuration: ClosePath.() -> Unit): ClosePath

Create a ClosePath with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun PathElementManager.closePath(configuration: ClosePath.() -> Unit): ClosePath

Add a ClosePath with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.