Tao.Sdl SDK Documentation

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

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

See Also

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