closePath

inline fun PathElementContainer.closePath(): ClosePath

Add a ClosePath to this container.

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 PathElementContainer.closePath(configuration: ClosePath.() -> Unit): ClosePath

Add a ClosePath with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.