True/False
The drawLine method of the Canvas class has this API:
void drawLine( float a, float b, float c, float d, Paint paint )
In this API, ( a, b ) represents the coordinate of the starting point of the line and ( c, d ) represents the coordinate of the ending point of the line.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The SoundPool class, part of the _
Q10: In the following statement, c is a
Q11: What method of the Paint class can
Q12: What class defines drawing styles and colors?<br>A)
Q13: The BitmapFactory is a factory class to
Q15: The decodeResource method of the BitmapFactory class
Q16: The _ package contains classes to draw
Q17: To create a SoundPool object, we first
Q18: How do we access the width of
Q19: Once a Timer has started a task,