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