Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Phone API Reference - UI Classes (Widgets) - Image - reload

reload

Description

Reloads the image from disk. This is needed to clear the UI drawing cache. Should only be used if a new image is written over an existing one of the same name that has been used in the current run of the app.

Basic Example: 

Code Block
 imageObj.reload();

Parameters

None