バージョン

Play(String,Int32,Int32,Int32) メソッド

指定したファイルを再生します。
シンタックス
'宣言
 
Public Overloads Sub Play( _
   ByVal filename As String, _
   ByVal repetitions As Integer, _
   ByVal startFrame As Integer, _
   ByVal endFrame As Integer _
) 
public void Play( 
   string filename,
   int repetitions,
   int startFrame,
   int endFrame
)

パラメータ

filename
再生する AVI アニメーションのファイル名。FileName プロパティはこの値で更新されます。
repetitions
アニメーションを再生する回数。-1は無限に繰り返すことを意味します。
startFrame
開始フレーム番号。0 が最初のフレームです。
endFrame
終了フレーム番号。-1 は最後のフレームを示します。
参照