Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterSub Method 

[Visual Basic]
Public Shared Function SDL_imageFilterSub( _
   ByVal Src1 As Byte(), _
   ByVal Src2 As Byte(), _
   ByVal Dest As Byte(), _
   ByVal length As Integer _
) As Integer
[C#]
public static int SDL_imageFilterSub(
   byte[] Src1,
   byte[] Src2,
   byte[] Dest,
   int length
);

See Also

SdlGfx Class | Tao.Sdl Namespace