javafx.ui.canvas

LineTo

Extends: PathElement

Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates (x, y).

Attributes

public x: Number
the x coordinate of the point
public y: Number
the y coordinate of the point

Attributes Inherited from javafx.ui.canvas.PathElement

absolute

Attributes Inherited from javafx.ui.canvas.AbstractPathElement

path

Operations/Functions Inherited from javafx.ui.canvas.AbstractPathElement

addTo