Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterConvolveKernel7x7Divide Method 

[Visual Basic]
Public Shared Function SDL_imageFilterConvolveKernel7x7Divide( _
   ByVal Src1 As Byte(), _
   ByVal Dest As Byte(), _
   ByVal rows As Integer, _
   ByVal columns As Integer, _
   ByVal Kernel As Short(), _
   ByVal Divisor As Byte _
) As Integer
[C#]
public static int SDL_imageFilterConvolveKernel7x7Divide(
   byte[] Src1,
   byte[] Dest,
   int rows,
   int columns,
   short[] Kernel,
   byte Divisor
);

See Also

SdlGfx Class | Tao.Sdl Namespace