Class

RemotePathNode.VerticalTo

Draws a vertical line from the current point to the specified absolute y-coordinate.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public data class VerticalTo(val y: RemoteFloat) : RemotePathNode()

Draws a vertical line from the current point to the specified absolute y-coordinate. Corresponds to the V path data command.

Parameters

y The absolute y-coordinate of the line's end point.