Tao.Sdl SDK Documentation

Sdl.SDL_CreateThread Method 

[Visual Basic]
Public Shared Function SDL_CreateThread( _
   ByVal fn As ThreadDelegate, _
   ByVal data As Object _
) As IntPtr
[C#]
public static IntPtr SDL_CreateThread(
   ThreadDelegate fn,
   object data
);

See Also

Sdl Class | Tao.Sdl Namespace