Tao.Sdl SDK Documentation

Smpeg.SMPEG_double Method 

Scale pixel display on an SMPEG object

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

Parameters

mpeg
Handle to MPEG file.
on

Remarks

Binds to a C-function call in smpeg.h

            #define SMPEG_double(mpeg, on) \
                    SMPEG_scale(mpeg, (on) ? 2 : 1)
            

See Also

Smpeg Class | Tao.Sdl Namespace