AnimationControl.Seek Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Seek(
Usual nFrame = default
)
Request Example
View SourceParameters
- nFrame (Optional)
- Type: Usual
The frame number to display.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also