Class

RemotePathNode.HorizontalTo

Draws a horizontal line from the current point to the specified absolute x-coordinate.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.