Files
Basalt/docs/docs1_6/objects/Image/loadImage.md
Robert Jelic d4c72514ef Docs 1.6
Accidentally uploaded outdated 1.6 docs
2023-05-01 16:28:46 +02:00

390 B

loadImage

This method is used to load an image file into the image object.

Parameters:

  1. path the absolute file path

Returns:

  1. object The object in use

Usage:

  • Creates a default image and loads a test.nfp file
local mainFrame = basalt.createFrame()
local aImage = mainFrame:addImage():loadImage("test.nfp")
<image path="test.nfp" />