BB FlashBack SDK: FBEditor

GotoFrame

Description

Sets the current frame displayed in the movie.
 

Syntax

[C#/C++]
public Bool GotoFrame (long lFrameNumber)

[VB.NET]
Public Function GotoFrame (ByVal lFrameNumber As Long) As Boolean
 

Parameters

lFrameNumber : number of frame to set as current.
 

Return Values

If the frame number is out of range, the return value is zero.

If the function succeeds, the return value is non-zero.