バージョン

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

AnimationSource を特定のフレームから特定のフレームまで、指定した回数再生します。
シンタックス
'宣言
 
Public Overloads Sub Play( _
   ByVal repetitions As Integer, _
   ByVal startFrame As Integer, _
   ByVal endFrame As Integer _
) 
public void Play( 
   int repetitions,
   int startFrame,
   int endFrame
)

パラメータ

repetitions
アニメーションを再生する回数。-1は無限に繰り返すことを意味します。
startFrame
開始フレーム番号。0 が最初のフレームです。
endFrame
終了フレーム番号。-1 は最後のフレームを示します。
参照