Class

RemotePathNode.RelativeVerticalTo

Draws a vertical line from the current point, offset by a relative distance dy.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public data class RelativeVerticalTo(val dy: RemoteFloat) : RemotePathNode()

Draws a vertical line from the current point, offset by a relative distance dy. Corresponds to the v path data command.

Parameters

dy The relative change in the y-coordinate.