Tao.Sdl SDK Documentation

Smpeg.SMPEG_scaleXY Method 

Scale pixel display on an SMPEG object

[Visual Basic]
Public Shared Sub SMPEG_scaleXY( _
   ByVal mpeg As IntPtr, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public static void SMPEG_scaleXY(
   IntPtr mpeg,
   int width,
   int height
);

Parameters

mpeg
Handle to MPEG file.
width
height

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_scaleXY( SMPEG* mpeg, int width, int height )
            

See Also

Smpeg Class | Tao.Sdl Namespace