To construct a Polyline with three points x1, y1, x2, y2, x3, and y3, use _________.
a. new Polyline(x1, y1, x2, y2, x3, y3)
b. new Polyline(x1, y2, x3, y1, y2, y3)
c. Polyline polyline = new Polygon(); polyline.getPoints().addAll(x1, y1, x2, y2, x3, y3)
d. Polyline polyline = new Polygon(); polyline.getPoints().addAll(x1, y2, x3, y1, y2, y3)
a. new Polyline(x1, y1, x2, y2, x3, y3)
c. Polyline polyline = new Polygon(); polyline.getPoints().addAll(x1, y1, x2, y2, x3, y3)
Computer Science & Information Technology
You might also like to view...
To zoom means to increase or to decrease the size of the document in the window
Indicate whether the statement is true or false
Computer Science & Information Technology
How do you apply vertical alignment of text in a text frame?
What will be an ideal response?
Computer Science & Information Technology