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

Revision 2, 901 bytes 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>Line</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Line</H2>
9<TT>Line(<B>float</B> x1, <B>float</B> y1, <B>float</B> x2, <B>float</B> y2)</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Draws a line between two points.
14<H4 CLASS='st'>Parameters</H4>
15<TT><U>x1</U></TT>
16<BLOCKQUOTE>
17Abscissa of first point.
18</BLOCKQUOTE>
19<TT><U>y1</U></TT>
20<BLOCKQUOTE>
21Ordinate of first point.
22</BLOCKQUOTE>
23<TT><U>x2</U></TT>
24<BLOCKQUOTE>
25Abscissa of second point.
26</BLOCKQUOTE>
27<TT><U>y2</U></TT>
28<BLOCKQUOTE>
29Ordinate of second point.
30</BLOCKQUOTE>
31<H4 CLASS='st'>See also</H4>
32<A HREF="setlinewidth.htm">SetLineWidth()</A>,
33<A HREF="setdrawcolor.htm">SetDrawColor()</A>.
34<H6></H6>
35<HR>
36<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
37</BODY>
38</HTML>
Note: See TracBrowser for help on using the repository browser.