Class

PathNode.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
Common
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.