Image.load

Load image. This function is same as ImageLoader.load.

class Image
static
load
(
string path
)

Parameters

path string

image file path

Return Value

Type: Image

loaded image

See Also

ImageLoader.load

Meta