From b34eaf592792891d893ac06803b93c0d42b667b5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 25 Apr 2019 17:17:55 +0530 Subject: Increase the size of reference field, implement certificate --- 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..a9c5194 --- /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