func_graphics_pixmaps_loadpixmappng.rst 433 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_pixmaps_loadpixmappng:
  2. =============
  3. LoadPixmapPNG
  4. =============
  5. LoadPixmapPNG -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadPixmapPNG:TPixmap( url:Object )
  10. Load a Pixmap in PNG format
  11. #LoadPixmapPNG loads a pixmap from @url in PNG format.
  12. If the pixmap cannot be loaded, Null is returned.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========