hlineTo
Add a HLineTo to this container.
Return
the control added.
Create a HLineTo with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun PathElementContainer.hlineTo(x: Double = 0.0, configuration: HLineTo.() -> Unit): HLineTo
Add a HLineTo with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.