Solved

The DrawLine Method of the Canvas Class Has This API

Question 14

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions