Click or drag to resize

AnimationControl.Seek Method

X#
Direct the animation control to display a particular frame in the AVI file.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Seek(
	nFrame
) AS USUAL CLIPPER
Request Example View Source

Parameters

nFrame (Optional)
Type: Usual
The frame number to display.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also