Tao.Sdl SDK Documentation

Sdl.SDL_DisplayYUVOverlay Method 

[Visual Basic]
Public Shared Function SDL_DisplayYUVOverlay( _
   ByVal overlay As IntPtr, _
   ByRef dstrect As SDL_Rect _
) As Integer
[C#]
public static int SDL_DisplayYUVOverlay(
   IntPtr overlay,
   ref SDL_Rect dstrect
);

See Also

Sdl Class | Tao.Sdl Namespace