Tao.Sdl SDK Documentation

Smpeg.SMPEG_scale Method 

Scale pixel display on an SMPEG object

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

Parameters

mpeg
Handle to MPEG file.
scale

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_scale( SMPEG* mpeg, int scale )
            

See Also

Smpeg Class | Tao.Sdl Namespace