Tao.Sdl SDK Documentation

Sdl.SDL_VideoModeOK Method (Int32, Int32, Int32, Int32)

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

See Also

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