Android
public data class HorizontalTo(val x: RemoteFloat) : RemotePathNode()
Draws a horizontal line from the current point to the specified absolute x-coordinate. Corresponds to the H path data command.
Parameters
| x | The absolute x-coordinate of the line's end point. |