Tao.Sdl SDK Documentation

Sdl.SDL_BlitSurface Method 

[Visual Basic]
Public Shared Function SDL_BlitSurface( _
   ByVal src As IntPtr, _
   ByRef srcrect As SDL_Rect, _
   ByVal dst As IntPtr, _
   ByRef dstrect As SDL_Rect _
) As Integer
[C#]
public static int SDL_BlitSurface(
   IntPtr src,
   ref SDL_Rect srcrect,
   IntPtr dst,
   ref SDL_Rect dstrect
);

See Also

Sdl Class | Tao.Sdl Namespace