Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterConvolveKernel5x5ShiftRight Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace