Line
Line(float x1, float y1, float x2, float y2)
Description
Draws a line between two points.
Parameters
- x1
- 
Abscissa of first point.
- y1
- 
Ordinate of first point.
- x2
- 
Abscissa of second point.
- y2
- 
Ordinate of second point.
See also
SetLineWidth(),
SetDrawColor().