DrawingArea.Refresh (gb.qt4)

Sub Refresh ( [ X As Integer, Y As Integer, Width As Integer, Height As Integer ] )

Trigger a redraw of the control.

The redraw is defered and is processed at the next call of the event loop.

If you need an immediate refresh, call WAIT after having used this method.

See also