Tao.Sdl SDK Documentation

Smpeg.SMPEG_setdisplayregion Method 

Set the region of the video to be shown

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

Parameters

mpeg
Handle to MPEG file.
x
y
w
h

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_setdisplayregion(SMPEG* mpeg, int x, int y, int w, int h)
            

See Also

Smpeg Class | Tao.Sdl Namespace