Blit the overlay to the display.
Returns 0 on success.
Blit the overlay to the surface specified when it was created. The Sdl.SDL_Rect structure, dstrect, specifies the position and size of the destination. If the dstrect is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling.
Binds to C-function call in SDL_video.h:
SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect)
Sdl Class | Tao.Sdl Namespace | Sdl.SDL_Overlay | SDL_CreateYUVOverlay