hlineTo

fun PathElementManager.hlineTo(x: Double = 0.0): HLineTo

Add a HLineTo to this manager.

Return

the control added.


inline fun hlineTo(x: Double = 0.0, configuration: HLineTo.() -> Unit): HLineTo

Create a HLineTo with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun PathElementManager.hlineTo(x: Double = 0.0, configuration: HLineTo.() -> Unit): HLineTo

Add a HLineTo with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.