Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterSobelX Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace