Clear Image

Deletes the image at location X, Y. The image name, location and Window must match those assigned to the image for the command to be successful.

Parameters

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

Example:

<code>Clear Image Image1 , "" , 100 , 100</code> This example will clear the image "Image1" displayed in the main window at position 100,100.

See Also