iOSControl.Invalidate
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
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