<div class='sourceset sourceset-common'>Common</div>

```kotlin
data class RelativeHorizontalTo(val dx: Float) : PathNode()
```

Draws a horizontal line from the current point, offset by a relative distance `dx`.
Corresponds to the `h` path data command.

#### Parameters

| | |
| --- | --- |
| dx | The relative change in the x-coordinate. |