Class

RemotePathNode.RelativeHorizontalTo

Draws a horizontal line from the current point, offset by a relative distance dx.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public data class RelativeHorizontalTo(val dx: RemoteFloat) : RemotePathNode()

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.