Screen.Refresh (gb.sdl.image)
Syntax
STATIC SUB Refresh ( )
Refresh the content of the screen.

Example
' Delete the screen and refresh it

Screen.Clear()
Screen.Refresh()

Screen need to be refresh to show his content after modifications.

If the framerate limitation is used, component perhaps will not return immediatly.