setxy.htm 902 B

12345678910111213141516171819202122232425262728293031
  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>SetXY</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetXY</H2>
  10. <TT>SetXY(<B>float</B> x, <B>float</B> y)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.2
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the abscissa and ordinate of the current position. If the passed values are negative,
  15. they are relative respectively to the right and bottom 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. <TT><U>y</U></TT>
  22. <BLOCKQUOTE>
  23. The value of the ordinate.
  24. </BLOCKQUOTE>
  25. <H4 CLASS='st'>See also</H4>
  26. <A HREF="setx.htm">SetX()</A>,
  27. <A HREF="sety.htm">SetY()</A>.
  28. <HR STYLE="margin-top:1.2em">
  29. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  30. </BODY>
  31. </HTML>