Display Image

Places an image from the Image Library onto the simulation window, or a sub-window if preferred, at location X, Y. Please note that the top left corner of the image will be placed at the given location. This command automatically deletes any image at the same x and y location to prevent many images getting placed on top of each other. One image can be displayed multiple times and images may overlap.

Parameters

  • Image: Name of image from simulation image library to be displayed
  • Window: Name of simulation window to display image, leave blank to display on main simulation window
  • X coordinate: Number of pixels left to display image at
  • Y coordinate: Number of pixels down to display image at

Example

Display Image    Image1 ,  "" ,  100 ,  100

This will display the image named Image1 in the main window at position 100,100.

See Also