func_graphics_pixmaps_copypixmap.rst 309 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_graphics_pixmaps_copypixmap:
  2. ==========
  3. CopyPixmap
  4. ==========
  5. CopyPixmap -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CopyPixmap:TPixmap( pixmap:TPixmap )
  10. Copy a pixmap
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. A new pixmap object
  16. Examples
  17. ========
  18. See Also
  19. ========