Tao.Sdl SDK Documentation

Sdl.SDL_UpdateRect Method (IntPtr, Int32, Int32, Int32, Int32)

[Visual Basic]
Overloads Public Shared Sub SDL_UpdateRect( _
   ByVal screen As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal w As Integer, _
   ByVal h As Integer _
)
[C#]
public static void SDL_UpdateRect(
   IntPtr screen,
   int x,
   int y,
   int w,
   int h
);

See Also

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