From 3864019c040b88add6a3e668c8f960a5743b5521 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Thu, 25 Feb 2021 11:12:35 +0530 Subject: Generating certificates for completed projects --- pdf/fpdf/doc/line.htm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 pdf/fpdf/doc/line.htm (limited to 'pdf/fpdf/doc/line.htm') diff --git a/pdf/fpdf/doc/line.htm b/pdf/fpdf/doc/line.htm new file mode 100755 index 0000000..f6b70f0 --- /dev/null +++ b/pdf/fpdf/doc/line.htm @@ -0,0 +1,38 @@ + + + + +Line + + + +

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 +
+
Index
+ + -- cgit