vlineTo

fun PathElementManager.vlineTo(y: Double = 0.0): VLineTo

Add a VLineTo to this manager.

Return

the control added.


inline fun vlineTo(y: Double = 0.0, configuration: VLineTo.() -> Unit): VLineTo

Create a VLineTo with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun PathElementManager.vlineTo(y: Double = 0.0, configuration: VLineTo.() -> Unit): VLineTo

Add a VLineTo with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.