Tao.Sdl SDK Documentation |
|
Sdl.SDL_VideoModeOK Method (Int32, Int32, Int32, UInt32)
[Visual Basic]
Overloads Public Shared Function SDL_VideoModeOK( _
ByVal
width As
Integer, _
ByVal
height As
Integer, _
ByVal
bpp As
Integer, _
ByVal
flags As
UInt32 _
) As
Integer
[C#]
public static
int SDL_VideoModeOK(
int width,
int height,
int bpp,
uint flags);
See Also
Sdl Class | Tao.Sdl Namespace | Sdl.SDL_VideoModeOK Overload List