- startX
- The x-coordinate of the start point of the line
- startY
- The y-coordinate of the start point of the line
- stopX
- Documentation for this section has not yet been entered.
- stopY
- Documentation for this section has not yet been entered.
- paint
- The paint used to draw the line
Draw a line segment with the specified start and stop x,y coordinates, using the specified paint.
Note that since a line is always "framed", the Style is ignored in the paint.
Degenerate lines (length is 0) will not be drawn.