Image.Load

Image.Load ( 

string  ObjectName,

string  Filename )

Example 1

Image.Load("Thumbnail4", "AutoPlay\\Images\\autumnleaves.jpg");

Loads "AutoPlay\Images\autumnleaves.jpg" into the "Thumbnail4" image object.

Example 2

Image.Load("Image1", "AutoPlay\\Docs\\chocolate_cow.png");

Loads the "AutoPlay\Docs\chocolate_cow.png" file into the image object named "Image1."

See also:  Related Actions