ImageMakeFromResourceFile

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
image from resource file <mResource>
Associationscom.livecode.canvas
Summary

Creates a new image.

Parameters
NameTypeDescription
mResource

An expression which evaluates to a string.

Example
// Load image from a bundled resource file
variable tImage
put image from resource file "images/logo.png" into tImage
Values
NameTypeDescription
return

A new image decoded from the named module resource file.

Description

Creates a new image.

Tagscanvas