[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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> 11 1.0 12 <H4 CLASS='st'>Description</H4> 13 Outputs 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> 17 Abscissa of upper-left corner. 18 </BLOCKQUOTE> 19 <TT><U>y</U></TT> 20 <BLOCKQUOTE> 21 Ordinate of upper-left corner. 22 </BLOCKQUOTE> 23 <TT><U>w</U></TT> 24 <BLOCKQUOTE> 25 Width. 26 </BLOCKQUOTE> 27 <TT><U>h</U></TT> 28 <BLOCKQUOTE> 29 Height. 30 </BLOCKQUOTE> 31 <TT><U>style</U></TT> 32 <BLOCKQUOTE> 33 Style 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>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |