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