Tao.Sdl SDK Documentation

Smpeg.SMPEG_move Method 

Move the video display area within the destination surface

[Visual Basic]
Public Shared Sub SMPEG_move( _
   ByVal mpeg As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public static void SMPEG_move(
   IntPtr mpeg,
   int x,
   int y
);

Parameters

mpeg
Handle to MPEG file.
x
y

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_move( SMPEG* mpeg, int x, int y )
            

See Also

Smpeg Class | Tao.Sdl Namespace