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