setlinewidth.htm 914 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>SetLineWidth</title>
  6. <link type="text/css" rel="stylesheet" href="../fpdf.css">
  7. </head>
  8. <body>
  9. <h1>SetLineWidth</h1>
  10. <code>SetLineWidth(<b>float</b> width)</code>
  11. <h2>Description</h2>
  12. Fixe l'épaisseur des traits. La valeur est par défaut égale à 0,2 mm. La méthode
  13. peut être appelée avant que la première page ne soit créée et la valeur est conservée de page
  14. en page.
  15. <h2>Paramètres</h2>
  16. <dl class="param">
  17. <dt><code>width</code></dt>
  18. <dd>
  19. L'épaisseur.
  20. </dd>
  21. </dl>
  22. <h2>Voir</h2>
  23. <a href="line.htm">Line()</a>,
  24. <a href="rect.htm">Rect()</a>,
  25. <a href="cell.htm">Cell()</a>,
  26. <a href="multicell.htm">MultiCell()</a>.
  27. <hr style="margin-top:1.5em">
  28. <div style="text-align:center"><a href="index.htm">Index</a></div>
  29. </body>
  30. </html>