func_graphics_pixmaps_loadpixmapjpeg.rst 442 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_pixmaps_loadpixmapjpeg:
  2. ==============
  3. LoadPixmapJPeg
  4. ==============
  5. LoadPixmapJPeg -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadPixmapJPeg:TPixmap( url:Object )
  10. Load a Pixmap in JPeg format
  11. #LoadPixmapJPeg loads a pixmap from @url in JPeg 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. ========