Tao.Sdl SDK Documentation

SdlGfx.SDL_gfxBlitRGBA Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace