From 80213cecf41ede861bffbf1370185d20d672ceba Mon Sep 17 00:00:00 2001 From: prashant Date: Fri, 27 Mar 2015 17:27:37 +0530 Subject: initial commit --- pdf/fpdf/doc/setxy.htm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 pdf/fpdf/doc/setxy.htm (limited to 'pdf/fpdf/doc/setxy.htm') diff --git a/pdf/fpdf/doc/setxy.htm b/pdf/fpdf/doc/setxy.htm new file mode 100755 index 0000000..c0602e5 --- /dev/null +++ b/pdf/fpdf/doc/setxy.htm @@ -0,0 +1,31 @@ + + + + +SetXY + + + +

SetXY

+SetXY(float x, float y) +

Description

+Defines the abscissa and ordinate of the current position. If the passed values are negative, +they are relative respectively to the right and bottom of the page. +

Parameters

+
+
x
+
+The value of the abscissa. +
+
y
+
+The value of the ordinate. +
+
+

See also

+SetX(), +SetY(). +
+
Index
+ + -- cgit