-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::line
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
Line(<b>float</b> x1, <b>float</b> y1, <b>float</b> x2, <b>float</b> y2)
Draws a line between two points.
- `x1`
- Abscissa of first point.
- `y1`
- Ordinate of first point.
- `x2`
- Abscissa of second point.
- `y2`
- Ordinate of second point.