iOSControl.Invalidate

From Xojo Documentation

Method

iOSControl.Invalidate()

Supported on Mobile(iOS).

Marks the control so that it will be redrawn during the next event loop.

Sample Code

Call Invalidate to force a Canvas to redraw itself:

Canvas1.Invalidate