iOSControl.Invalidate
From Xojo Documentation
Revision as of 19:18, 17 August 2018 by PLefebvre (talk | contribs) (Created page with "{{MethodBox | name = Invalidate | ownertype = class | scope = public | parameters= | owner = iOSControl | project=Mobile | target=iOS }} {{Description | text = Marks the c...")
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