SetBuffer.htm 978 B

123456789101112131415161718192021222324252627282930313233343536
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>SetBuffer buffer</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. Buffers can either be the FrontBuffer(), BackBuffer() or an ImageBuffer() Default buffer is the FrontBuffer
  13. </td>
  14. </tr>
  15. </table>
  16. <h1>Description</h1>
  17. <table>
  18. <tr>
  19. <td>
  20. Use this command to set the current drawing buffer. If not used the default buffer, FrontBuffer() is used. SetBuffer also resets the origin to 0,0 and the Viewpoint to the width and height of the buffer.
  21. </td>
  22. </tr>
  23. </table>
  24. <h1><a href=../2d_examples/SetBuffer.bb>Example</a></h1>
  25. <table>
  26. <tr>
  27. <td>
  28. SetBuffer FrontBuffer() ;Sets FrontBuffer as the current drawing buffer
  29. </td>
  30. </tr>
  31. </table>
  32. <br>
  33. <a target=_top href=../index.htm>Index</a><br>
  34. <br>
  35. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=SetBuffer&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  36. </html>