source: trunk/phpgwapi/inc/fpdf/doc/rect.htm @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>Rect</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Rect</H2>
9<TT>Rect(<B>float</B> x, <B>float</B> y, <B>float</B> w, <B>float</B> h [, <B>string</B> style])</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.
14<H4 CLASS='st'>Parameters</H4>
15<TT><U>x</U></TT>
16<BLOCKQUOTE>
17Abscissa of upper-left corner.
18</BLOCKQUOTE>
19<TT><U>y</U></TT>
20<BLOCKQUOTE>
21Ordinate of upper-left corner.
22</BLOCKQUOTE>
23<TT><U>w</U></TT>
24<BLOCKQUOTE>
25Width.
26</BLOCKQUOTE>
27<TT><U>h</U></TT>
28<BLOCKQUOTE>
29Height.
30</BLOCKQUOTE>
31<TT><U>style</U></TT>
32<BLOCKQUOTE>
33Style of rendering. Possible values are:
34<UL>
35<LI><TT>D</TT> or empty string: draw. This is the default value.
36<LI><TT>F</TT>: fill
37<LI><TT>DF</TT> or <TT>FD</TT>: draw and fill
38</UL>
39</BLOCKQUOTE>
40<H4 CLASS='st'>See also</H4>
41<A HREF="setlinewidth.htm">SetLineWidth()</A>,
42<A HREF="setdrawcolor.htm">SetDrawColor()</A>,
43<A HREF="setfillcolor.htm">SetFillColor()</A>.
44<H6></H6>
45<HR>
46<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
47</BODY>
48</HTML>
Note: See TracBrowser for help on using the repository browser.