12345678910111213141516171819202122232425262728293031323334353637 |
- .. _func_graphics_pixmaps_loadpixmapjpeg:
- ==============
- LoadPixmapJPeg
- ==============
- LoadPixmapJPeg -
- Description
- ===========
- .. code-block:: blitzmax
- LoadPixmapJPeg:TPixmap( url:Object )
- Load a Pixmap in JPeg format
- #LoadPixmapJPeg loads a pixmap from @url in JPeg format.
- If the pixmap cannot be loaded, Null is returned.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|