This document is archived and information here might be outdated. Recommended version. |
Sets the begin and end frame number when playing by frames.
[Visual Basic .NET]
Public Sub PutPlayIntervalFrames ( _
ByVal beginFrame As Integer, _
ByVal EndFrame As Integer _
)
[C#]
public void PutPlayIntervalFrames (
int beginFrame,
int EndFrame
);
[C++]
HRESULT PutPlayIntervalFrames(
long beginFrame,
long EndFrame
);
[C++] Parameters beginFrame [in]
beginFrame is a parameter of type long EndFrame [in]
EndFrame is a parameter of type long