copy

fun copy(y: Double = this.y, isRelative: Boolean = this.isRelative, minified: Boolean = this.minified, shouldClose: Boolean = this.shouldClose): PathNodes.VerticalLineTo(source)

Creates a copy of the current VerticalLineTo command with the given parameters.

Return

a new VerticalLineTo command with the updated parameters.

Parameters

y

the y-coordinate of the end point of the line.

isRelative

whether the command is relative.

minified

Whether the output of materialize should be minified or not.

shouldClose

whether the command should be closed.