setx.htm 833 B

1234567891011121314151617181920212223242526272829
  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>SetX</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetX</H2>
  10. <TT>SetX(<B>float</B> x)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.2
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the abscissa of the current position. If the passed value is negative, it is relative
  15. to the right of the page.
  16. <H4 CLASS='st'>Parameters</H4>
  17. <TT><U>x</U></TT>
  18. <BLOCKQUOTE>
  19. The value of the abscissa.
  20. </BLOCKQUOTE>
  21. <H4 CLASS='st'>See also</H4>
  22. <A HREF="getx.htm">GetX()</A>,
  23. <A HREF="gety.htm">GetY()</A>,
  24. <A HREF="sety.htm">SetY()</A>,
  25. <A HREF="setxy.htm">SetXY()</A>.
  26. <HR STYLE="margin-top:1.2em">
  27. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  28. </BODY>
  29. </HTML>