PathNode.VerticalTo


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

Summary

Public constructors

Cmn

Public properties

Float

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

Cmn

Inherited properties

From androidx.compose.ui.graphics.vector.PathNode
Boolean

true if this command is a cubic Bézier curve, false otherwise.

Cmn
Boolean

true if this command is a quadratic Bézier curve, false otherwise.

Cmn

Public constructors

VerticalTo

VerticalTo(y: Float)
Parameters
y: Float

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

Public properties

y

val yFloat

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