From d08a74c09b2974ab9db2e4ac12627da62d19f912 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 12:25:45 +0530 Subject: initial repo 13-08-2013 --- pdf/fpdf/doc/rect.htm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 pdf/fpdf/doc/rect.htm (limited to 'pdf/fpdf/doc/rect.htm') diff --git a/pdf/fpdf/doc/rect.htm b/pdf/fpdf/doc/rect.htm new file mode 100755 index 0000000..fa71375 --- /dev/null +++ b/pdf/fpdf/doc/rect.htm @@ -0,0 +1,48 @@ + + + + +Rect + + + +

Rect

+Rect(float x, float y, float w, float h [, string style]) +

Description

+Outputs a rectangle. It can be drawn (border only), filled (with no border) or both. +

Parameters

+
+
x
+
+Abscissa of upper-left corner. +
+
y
+
+Ordinate of upper-left corner. +
+
w
+
+Width. +
+
h
+
+Height. +
+
style
+
+Style of rendering. Possible values are: + +
+
+

See also

+SetLineWidth(), +SetDrawColor(), +SetFillColor(). +
+
Index
+ + -- cgit