Skip to content
Chris Hafey edited this page May 6, 2014 · 1 revision

The updateImage api call is used to force an image to be redrawn. A common scenario here is when embedded geometry or text needs to be redrawn such as when tools are modified.

function updateImage(element);

Parameters:

  • element - the DOM element to redraw

Returns: Nothing