Class

RemotePathNode.RelativeHorizontalTo

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

Source set: 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.

Last updated: