Draw.End (gb.sdl2)

Static Sub End ( )

Ends a drawing operation.

You must call this method as many times you called the Begin method.

Note that this method is not really needed, as it is automatic called after the Window Draw event has been handled.