MobileCanvas.Paint
From Xojo Documentation
Event
Called when the Canvas needs to be redrawn.
Sample Code
To draw a blue rectangle in the Canvas:
g.DrawingColor = Color.Blue
g.FillRectangle(0, 0, g.Width, g.Height)
g.FillRectangle(0, 0, g.Width, g.Height)