🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

PathNode.LineTo

Draws a line from the current point to the specified absolute (x,y) coordinate.

Source set: Common
public data class LineTo(public val x: Float, public val y: Float) : PathNode()

Draws a line from the current point to the specified absolute (x,y) coordinate. Corresponds to the L path data command.

Parameters

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