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