Tao.Sdl SDK Documentation

Sdl.SDL_SetVideoMode Method (Int32, Int32, Int32, Int32)

[Visual Basic]
Overloads Public Shared Function SDL_SetVideoMode( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal bpp As Integer, _
   ByVal flags As Integer _
) As IntPtr
[C#]
public static IntPtr SDL_SetVideoMode(
   int width,
   int height,
   int bpp,
   int flags
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_SetVideoMode Overload List