Tao.Sdl SDK Documentation

Smpeg.SMPEG_DisplayCallback Delegate

Matches the declaration of SDL_UpdateRect()

[Visual Basic]
Public Delegate Sub Smpeg.SMPEG_DisplayCallback( _
   ByVal dst As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal w As Integer, _
   ByVal h As Integer _
)
[C#]
public delegate void Smpeg.SMPEG_DisplayCallback(
   IntPtr dst,
   int x,
   int y,
   int w,
   int h
);

Remarks

Binds to a callback function in smpeg.h

            typedef void(*SMPEG_DisplayCallback)(SDL_Surface* dst, int x, int y, unsigned int w, unsigned int h);
            

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Tao.Sdl Namespace