Class

PathNode.VerticalTo

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

Common
data class VerticalTo(val y: Float) : PathNode()

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.