copy
fun copy(x1: Double = this.x1, y1: Double = this.y1, x2: Double = this.x2, y2: Double = this.y2, isRelative: Boolean = this.isRelative, minified: Boolean = this.minified, shouldClose: Boolean = this.shouldClose): PathNodes.ReflectiveCurveTo(source)
Creates a copy of the ReflectiveCurveTo command with the specified values.
Return
a new ReflectiveCurveTo object
Parameters
x1
the x-coordinate of the first control point
y1
the y-coordinate of the first control point
x2
the x-coordinate of the second control point
y2
the y-coordinate of the second control point
isRelative
whether the coordinates are relative
minified
whether the output of materialize should be minified or not.
shouldClose
whether the path should be closed