Multiple Choice
Which of the following statements starts a polygon named pol at the coordinates 20 and 290?
A) pol.moveTo(20F, 290F) ;
B) pol.lineTo(20F, 290F) ;
C) pol = new Path(20F, 290F) ;
D) pol.newPath(20F, 290F) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q56: The draw3DRect() method has a _ argument,
Q57: The getScreenSize() method returns an object of
Q58: The first step in drawing a 2D
Q59: Write the setPaint() statement that will set
Q60: Write the statement that uses an object
Q61: To create a rectangle with rounded corners,
Q62: The drawRoundRect() method requires _ arguments.<br>A) three<br>B)
Q63: The draw3DRect() method is used to draw
Q64: A Polygon object is created by defining
Q66: What activities does the process of drawing